Excluding the docs target folder from flake8
Artifacts of the docbook build creates a target folder that will cause the pep8 tox job to complain about the build artifacts a bunch of failures. Change-Id: I4cf22876504d6014ece74e58877ba8ced13f2260
This commit is contained in:
parent
e97bd6e2bd
commit
a7d2e84507
2
tox.ini
2
tox.ini
@ -22,4 +22,4 @@ commands = flake8 {posargs}
|
||||
# E711 ignored because of sqlalchemy override of == None
|
||||
ignore = E711
|
||||
exclude = .git,.idea,.tox,bin,dist,debian,rpmbuild,tools,*.egg-info,*openstack/common,contrib,
|
||||
functionaltests,*alembic_migrations/versions
|
||||
functionaltests,*alembic_migrations/versions,*docs/target
|
||||
|
Loading…
x
Reference in New Issue
Block a user