From 986e97e76637ced3bd9ee9ec6d41930706d288bc Mon Sep 17 00:00:00 2001 From: JiaSiRui Date: Tue, 16 Jan 2024 16:19:36 +0800 Subject: [PATCH] remove some flake8 test info Change-Id: Ie5c0e2e0f2d28b5f9251e7d61ba5916b6475407f --- tox.ini | 14 -------------- 1 file changed, 14 deletions(-) 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