Merge "Fix tox ini for annoying warnings"

This commit is contained in:
Jenkins 2017-09-13 04:43:21 +00:00 committed by Gerrit Code Review
commit 676e0c65d2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ commands =
# Temporarily disable complaints about docstring for public module/class/method
# H106 Dont put vim configuration in source files
# H203 Use assertIs(Not)None to check for None
ignore = D100,D101,D102,D103,D104,D105,D200,D201,D202,D204,D205,D300,D301,D400,D401
ignore = D100,D101,D102,D103,D104,D105,D200,D201,D202,D204,D205,D300,D301,D400,D401,I100,I201
enable-extensions=H106,H203
show-source = true
exclude=.venv,.git,.tox,cover,dist,*lib/python*,*egg,tools,build,releasenotes