diff --git a/tox.ini b/tox.ini index 9cf3621..316cd2d 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = python setup.py build_sphinx commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] -exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject +exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject max-complexity = 20 [hacking]