Clear useless exclude from flake8 ignore in tox
Change-Id: Ibf1354018a8140901ba44e74f5cc5d88b2578339
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -88,7 +88,7 @@ commands = bash -x {toxinidir}/setup-test-env-elastic.sh oslo_debug_helper {posa
|
||||
|
||||
[flake8]
|
||||
ignore =
|
||||
exclude=.venv,.git,.tox,dist,doc,./ceilometer/openstack/common,*lib/python*,*egg,nova_tests,build,tools/lintstack.head.py
|
||||
exclude=.venv,.git,.tox,dist,doc,./ceilometer/openstack/common,*lib/python*,*egg,build
|
||||
show-source = True
|
||||
|
||||
[hacking]
|
||||
|
||||
Reference in New Issue
Block a user