Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-06-28 12:44:43 +00:00 committed by Gerrit Code Review
commit da715f8e70
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ commands = python setup.py testr --slowest --testr-args='--concurrency=1 {posarg
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
enable-extensions = H203,H106
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build