ignore build directory for pep8
this mirrors the excludes from nova. Change-Id: I0ca5f02918842fc708c704fcf2845936dc1c5965
This commit is contained in:
parent
c55afe363e
commit
8b2df5bd00
2
tox.ini
2
tox.ini
@ -46,4 +46,4 @@ commands = {posargs}
|
|||||||
ignore = E711,E712,E125,H302,H404
|
ignore = E711,E712,E125,H302,H404
|
||||||
show-source = true
|
show-source = true
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user