mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
lint: Clean up E241 PEP-8 rule.
This commit is contained in:
@@ -87,7 +87,7 @@ def check_pep8(files):
|
|||||||
# ignored. It either doesn't fit with the style of the project or should
|
# ignored. It either doesn't fit with the style of the project or should
|
||||||
# actually be cleaned up.
|
# actually be cleaned up.
|
||||||
#
|
#
|
||||||
'E123', 'E126', 'E226', 'E241', 'E261', 'E302',
|
'E123', 'E126', 'E226', 'E261', 'E302',
|
||||||
'E401', 'E501', 'E702',
|
'E401', 'E501', 'E702',
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user