Merge "Modify the 'tox.ini' file"

This commit is contained in:
Zuul 2018-07-11 13:58:22 +00:00 committed by Gerrit Code Review
commit 483b606ef2
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ commands = {envpython} {toxinidir}/manage.py runserver {posargs}
[flake8]
filename = *.py,django.wsgi
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,node_modules,openstack_dashboard/enabled/*
exclude = .git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,node_modules,openstack_dashboard/enabled/*
ignore =
# Enable the following hacking rules which are disabled by default
# H106 Do not put vim configuration in source files.