diff --git a/tox.ini b/tox.ini index b083df6..bf419d4 100644 --- a/tox.ini +++ b/tox.ini @@ -88,20 +88,6 @@ commands = allowlist_externals = rm [flake8] -# Following checks are ignored on purpose. -# -# E251 unexpected spaces around keyword / parameter equals -# reason: no improvement in readability -# -# Due to the upgrade to hacking 0.9.2 the following checking are -# ignored on purpose for the moment and should be re-enabled. -# -# H405 -# Due to the upgrade to hacking 0.10.0 the following checking are -# ignored on purpose for the moment and should be cleaned up and re-enabled. -# -# H105 Don't use author tags -# filename = *.py,app.wsgi show-source = True ignore = E123,E125,H405,W503,W504,E251,H105,W605