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