Merge "Don't include openstack/common in flake8 exclude list"

This commit is contained in:
Jenkins 2016-11-07 02:07:03 +00:00 committed by Gerrit Code Review
commit 0b4ebf53c2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ setenv = DJANGO_SETTINGS_MODULE=openstack_dashboard.test.settings
commands = python setup.py build_sphinx
[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]