Merge "Don't include openstack/common in flake8 exclude list"
This commit is contained in:
commit
0cf96d429c
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -36,4 +36,4 @@ commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasen
|
|||
|
||||
[flake8]
|
||||
ignore = E125,H202,H302,H803
|
||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,conf.py
|
||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,conf.py
|
||||
|
|
Loading…
Reference in a new issue