Drop *openstack/common* in flake8 exclude
There is not *openstack/common* directory in watcher-dashboard, we should drop it for improving searching efficiency. Change-Id: Ie37d37b28640b00c87f30bb5c263647a54cab4e7
This commit is contained in:
parent
9481f0551e
commit
7fa7901476
2
tox.ini
2
tox.ini
@ -57,4 +57,4 @@ show-source = True
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
ignore = E123,E125,H405
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools
|
||||
|
Loading…
Reference in New Issue
Block a user