From 0101d506d81cd53cf4dbd710243b1bc7fec2bb2b Mon Sep 17 00:00:00 2001 From: tengqm Date: Wed, 6 Sep 2017 04:00:44 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e9b8efdf5..70f9e1555 100644 --- a/tox.ini +++ b/tox.ini @@ -93,7 +93,7 @@ commands = # Temporarily disable complaints about docstring for public module/class/method # H106 Don’t 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