From 00a6eb5f39022a085fc6c7122769e6669628ec79 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 27 Jul 2020 20:31:11 +0200 Subject: Remove F403, F812 and F821 from the ignorelist in tox.ini They are not needed since no such errors are triggered when running flake8. Change-Id: If6ba0627ca680167378543b4c38135aa2bd6a730 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 13238b1..7d12799 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,7 @@ commands = [flake8] # E731 skipped as assign a lambda expression # W504 line break after binary operator -ignore = E731,F403,F812,F821,W504 +ignore = E731,W504 show-source = True exclude = .venv*,.tox,dist,*egg,build,.git,doc,*lib/python*,.update-venv -- cgit v1.2.1