Don't include openstack/common in flake8 exclude list
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: I3cccf9dc3a70798d5b30ab40837591e676e5ce30
This commit is contained in:
parent
57c418d05b
commit
74f4cc88e0
2
tox.ini
2
tox.ini
@ -127,7 +127,7 @@ commands = {posargs}
|
||||
# E128 continuation line under-indented for visual indent
|
||||
|
||||
ignore = H302,H306,H402,H404,H405,H904,E126,E128
|
||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*openstack/deprecated*,*lib/python*,*egg,build,tools,.ropeproject
|
||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject
|
||||
|
||||
[hacking]
|
||||
local-check-factory = designate.hacking.checks.factory
|
||||
|
Loading…
x
Reference in New Issue
Block a user