Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-06-27 07:20:13 +00:00 committed by Gerrit Code Review
commit 903474fd92
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[flake8]
ignore = D100,D101,D102,D103,D104,D105,D200,D201,D202,D204,D205,D300,D301,D400,D401
show-source = True
enable-extensions = H203,H106
exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build
max-complexity=20