mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	pep8: Fix E225 pep8 violations.
This commit is contained in:
		@@ -84,9 +84,9 @@ def check_pep8(files):
 | 
			
		||||
    ignored_rules = [
 | 
			
		||||
        'E402', 'E501', 'W503', 'E711', 'E201', 'E203', 'E202', 'E128', 'E226', 'E124', 'E125',
 | 
			
		||||
        'E126', 'E127', 'E121', 'E122', 'E123', 'E266', 'E265', 'E261', 'E301', 'E221', 'E303',
 | 
			
		||||
        'E241', 'E712', 'E225', 'E401', 'E115', 'E114', 'E111', 'E222', 'E731', 'E302', 'E129',
 | 
			
		||||
        'E241', 'E712', 'E702', 'E401', 'E115', 'E114', 'E111', 'E222', 'E731', 'E302', 'E129',
 | 
			
		||||
        'E741', 'E714', 'W391', 'E211', 'E713', 'E502', 'E131', 'E305', 'E251', 'E306', 'E231',
 | 
			
		||||
        'E701', 'E702',
 | 
			
		||||
        'E701',
 | 
			
		||||
    ]
 | 
			
		||||
    pep8 = subprocess.Popen(
 | 
			
		||||
        ['pycodestyle'] + files + ['--ignore={rules}'.format(rules=','.join(ignored_rules))],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user