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

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