mirror of https://github.com/zulip/zulip.git
pep8: Add compliance with rule E261 to tests/test_narrow.py.
This commit is contained in:
parent
ce70ded488
commit
0970d29ec1
|
@ -78,7 +78,6 @@ def check_pep8(files):
|
||||||
|
|
||||||
# TODO: Clear up this list of violations.
|
# TODO: Clear up this list of violations.
|
||||||
IGNORE_FILES_PEPE261 = [
|
IGNORE_FILES_PEPE261 = [
|
||||||
'zerver/tests/test_narrow.py',
|
|
||||||
'zerver/tests/test_realm.py',
|
'zerver/tests/test_realm.py',
|
||||||
'zerver/tests/test_signup.py',
|
'zerver/tests/test_signup.py',
|
||||||
'zerver/tests/test_subs.py',
|
'zerver/tests/test_subs.py',
|
||||||
|
|
Loading…
Reference in New Issue