Fix tox ini for annoying warnings

There are some warnings that are not so interesting when running flake8.
This patch silents some of them.

Change-Id: If0c57c9b9eb14eaddb8a542a2ed9e9a4860b6043
This commit is contained in:
tengqm 2017-09-06 04:00:44 -04:00
parent 52811c7e9e
commit 0101d506d8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,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