Exclude directories from pep8
Change-Id: I8c22d292c902b2106d355e562f6b010b0b47a337
This commit is contained in:
parent
9783c5ed69
commit
8b4c3bada9
2
tox.ini
2
tox.ini
@ -12,5 +12,5 @@ distribute = false
|
|||||||
filename=*.py
|
filename=*.py
|
||||||
ignore = H703
|
ignore = H703
|
||||||
show-source = true
|
show-source = true
|
||||||
exclude = .venv,.git,.tox,dist,doc,*egg,*lib/python*,build,releasenotes
|
exclude = .venv,.git,.tox,dist,doc,*egg,*lib/python*,build,releasenotes,tmp,utils/fuel-qa-builder/venv*
|
||||||
max-complexity=25
|
max-complexity=25
|
Loading…
x
Reference in New Issue
Block a user