Don't ignore E125 check
E125: https://www.flake8rules.com/rules/E125.html Change-Id: I8156bb87ce3e4d1a19d2df9e2c3f67f789bffa46
This commit is contained in:
parent
09fd606163
commit
89514c0d5b
2
tox.ini
2
tox.ini
@ -58,7 +58,7 @@ ignore-path = .venv,.tox,.git,dist,doc,*egg-info,tools,etc,build,*.po,*.pot,inte
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E125,E129,E402,E731,F601,F821,H301,H404,H405,H501,W503,W504,W605
|
ignore = E129,E402,E731,F601,F821,H301,H404,H405,H501,W503,W504,W605
|
||||||
enable-extensions = H203,H106
|
enable-extensions = H203,H106
|
||||||
import-order-style = pep8
|
import-order-style = pep8
|
||||||
builtins = _
|
builtins = _
|
||||||
|
Loading…
Reference in New Issue
Block a user