Add build directory to flake8 ignore dirs.
No need to run flake8 on the build dir, so add it to ignore list. Change-Id: I0f6d3d3b889616f12ae2c52bbc65e528f3786996
This commit is contained in:
parent
1482c4045b
commit
c7f56eca7b
2
tox.ini
2
tox.ini
@ -45,4 +45,4 @@ commands = {posargs}
|
||||
[flake8]
|
||||
ignore = E711,E712,F401,F403,F811,F841,H302,H303,H304,H401,H402,H404
|
||||
builtins = _
|
||||
exclude = .venv,.tox,dist,doc,openstack,*egg
|
||||
exclude = .venv,.tox,dist,doc,openstack,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user