mirror of https://github.com/zulip/zulip.git
pep8: Fix E129 violations
This commit is contained in:
parent
adebc75740
commit
a6f91064a2
|
@ -84,7 +84,7 @@ def check_pep8(files):
|
|||
ignored_rules = [
|
||||
'E402', 'E501', 'W503', 'E711', 'E128', 'E226',
|
||||
'E126', 'E121', 'E123', 'E266', 'E265', 'E261', 'E221',
|
||||
'E241', 'E712', 'E702', 'E401', 'E115', 'E114', 'E731', 'E302', 'E129',
|
||||
'E241', 'E712', 'E702', 'E401', 'E115', 'E114', 'E731', 'E302',
|
||||
'E741', 'E714', 'W391', 'E713', 'E305', 'E251', 'E306',
|
||||
]
|
||||
pep8 = subprocess.Popen(
|
||||
|
|
Loading…
Reference in New Issue