Trivial: ignore openstack/common in flake8 exclude list
The directory openstack/common doesn't exist any more, so remove it from flake8 exclude list. Change-Id: I59e0b4c4c3ca5345260d6c0f2ef3a3a27cc3535b
This commit is contained in:
parent
62abc2a64e
commit
f2b765abf2
2
tox.ini
2
tox.ini
@ -42,7 +42,7 @@ setenv = TESTS_DIR=./ironicclient/tests/functional
|
||||
|
||||
[flake8]
|
||||
ignore =
|
||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools
|
||||
|
||||
[hacking]
|
||||
import_exceptions = testtools.matchers
|
||||
|
Loading…
Reference in New Issue
Block a user