pep8: Fix E129 violations

This commit is contained in:
bulat22101 2016-12-03 17:19:09 +00:00 committed by Tim Abbott
parent adebc75740
commit a6f91064a2
17 changed files with 30 additions and 30 deletions

View File

@ -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(