diff --git a/tox.ini b/tox.ini index ef15b0a4..e3d1e0aa 100644 --- a/tox.ini +++ b/tox.ini @@ -35,9 +35,7 @@ exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_templ # H102 Apache 2.0 license header not found # H238 old style class declaration, use new style # H301 one import per line -# H305 imports not grouped correctly # H306 imports not in alphabetical order -# H307 like imports should be grouped together # H405 multi line docstring summary not separated with an empty line # H904 Wrap long lines in parentheses instead of a backslash -ignore = E127,E128,E501,H102,H238,H301,H305,H306,H307,H405,H904 +ignore = E127,E128,E501,H102,H238,H301,H306,H405,H904