Delete openstack/common from the exclude list of flake8 in tox
The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I3ab5e9a9c3aad923cd4772cb060a1c6d98f0ee4f
This commit is contained in:
parent
06204adac4
commit
4aa1bce505
2
tox.ini
2
tox.ini
@ -108,7 +108,7 @@ commands = pifpaf -g AODH_TEST_STORAGE_URL run postgresql -- oslo_debug_helper {
|
||||
|
||||
[flake8]
|
||||
ignore =
|
||||
exclude=.venv,.git,.tox,dist,doc,./aodh/openstack/common,*lib/python*,*egg,build,install-guide
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide
|
||||
show-source = True
|
||||
|
||||
[hacking]
|
||||
|
Loading…
Reference in New Issue
Block a user