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: I04da2e6b9ed81a82bcee5e0e2510fd451dd2cb07
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -59,4 +59,4 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = true
|
show-source = true
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
|
||||||
|
Reference in New Issue
Block a user