Merge "Add all dotfiles to the list of pep8 exceptions"

This commit is contained in:
Jenkins 2015-02-03 11:02:54 +00:00 committed by Gerrit Code Review
commit df6206bc4f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ commands = oslo-config-generator --config-file=config-generator.conf
# H803 no full stop at the end of the commit message
ignore = H404,H405,H803
show-source = true
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,tools,build
exclude=.*,dist,*openstack/common*,*lib/python*,*egg,tools,build
max-complexity=20
[hacking]