pep8: Add compliance with rule E261 tools/run-dev.py.

This commit is contained in:
Aditya Bansal 2017-07-09 05:04:59 +05:30 committed by Tim Abbott
parent 73ad834129
commit 44edab1cff
2 changed files with 2 additions and 3 deletions

View File

@ -79,7 +79,6 @@ def check_pep8(files):
# TODO: Clear up this list of violations.
IGNORE_FILES_PEPE261 = [
'api/zulip/__init__.py',
'tools/run-dev.py',
'zerver/tests/test_bugdown.py',
'zerver/tests/test_events.py',
'zerver/tests/test_messages.py',