Add more dir exceptions to pep8 tox job
Manila has more dynamically created dirs than we exclude in pep8 job. Such as 'build' and 'cover'. Therefore, exclude them too to speed up passing of pep8 job on dev machine where lots of dynamically created things exist. TrivialFix Change-Id: I256720846acdd584cadaf59e9dedaad0ff741ae3
This commit is contained in:
parent
e96e7cb299
commit
94cf34992c
2
tox.ini
2
tox.ini
@ -82,7 +82,7 @@ commands = python tools/lintstack.py check
|
||||
# Following checks are ignored on purpose:
|
||||
ignore =
|
||||
builtins = _
|
||||
exclude = .venv,.tox,dist,doc,*egg
|
||||
exclude = .git,.tox,.testrepository,.venv,build,cover,dist,doc,*egg
|
||||
|
||||
[hacking]
|
||||
import_exceptions =
|
||||
|
Loading…
x
Reference in New Issue
Block a user