Enable E241 check
It can be enabled by a few adjustments. Change-Id: I03260f6ecfaea3e6cb70a53e9dea1011a6168668 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -93,12 +93,11 @@ enable-extensions=H904
|
||||
# Ignored extensions, might be enabled again after review:
|
||||
# E123 closing bracket does not match indentation of opening bracket's line
|
||||
# E226 missing whitespace around arithmetic operator
|
||||
# E241 multiple spaces after ','
|
||||
# E402 module level import not at top of file
|
||||
# E731 do not assign a lambda expression, use a def
|
||||
# W503 line break before binary operator
|
||||
# W504 line break after binary operator
|
||||
ignore = E123,E226,E241,E402,E731,W503,W504
|
||||
ignore = E123,E226,E402,E731,W503,W504
|
||||
|
||||
[doc8]
|
||||
# File extensions to check
|
||||
|
Reference in New Issue
Block a user