Skip to content

Commit 033a251

Browse files
committed
Don't include openstack/common in flake8 exclude list
There is no this directory openstack/common which was used to keep codes from oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom all OpenStack code in favor of the Oslo libraries is a project wide goal for the Ocata release. So don't use this directory any more. We should drop it for improving searching efficiency. Change-Id: Ia154f7557575351173b9fe646e48bc5210ab698f
1 parent c1141ed commit 033a251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
3535

3636
[flake8]
3737
show-source = True
38-
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
38+
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools
3939

4040
[hacking]
4141
import_exceptions =

0 commit comments

Comments
 (0)