Merge "Added the build directory to the tox.ini list pep8 ignores."
This commit is contained in:
commit
61e8e30908
2
tox.ini
2
tox.ini
@ -21,7 +21,7 @@ deps=
|
||||
commands =
|
||||
python tools/hacking.py --doctest
|
||||
python tools/hacking.py --ignore=E12,E711,E721,E712,N403,N404 --show-source \
|
||||
--exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg .
|
||||
--exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build .
|
||||
python tools/hacking.py --ignore=E12,E711,E721,E712,N403,N404 --show-source \
|
||||
--filename=nova* bin
|
||||
bash tools/unused_imports.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user