remove some flake8 test info

Change-Id: Ie5c0e2e0f2d28b5f9251e7d61ba5916b6475407f
This commit is contained in:
JiaSiRui 2024-01-16 16:19:36 +08:00
parent 1f7b6f0c23
commit 986e97e766

14
tox.ini
View File

@ -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