Enumerate Flake8 Fxxx ignores
Instead of ignoring all Fxxx errors, ignore only the failing ones, so its easy to fix each one separately. Change-Id: I4ccc1d38247fb76b6dad4388b76c6e8d696f081f
This commit is contained in:
@@ -40,7 +40,7 @@ commands =
|
||||
commands = {posargs}
|
||||
|
||||
[flake8]
|
||||
ignore = E12,E711,E712,H302,H303,H403,H404,F
|
||||
ignore = E12,E711,E712,H302,H303,H403,H404,F403,F811,F812,F823,F841
|
||||
builtins = _
|
||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,plugins,tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user