Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-06-30 18:59:11 +00:00 committed by Gerrit Code Review
commit 725ec60d9c
1 changed files with 1 additions and 0 deletions

View File

@ -70,3 +70,4 @@ commands = bindep test
[flake8]
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
show-source = True
enable-extensions = H203,H106