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
This commit is contained in:
Cyril Roelandt 2020-07-27 20:31:11 +02:00
parent a29c6be97d
commit 00a6eb5f39
1 changed files with 1 additions and 1 deletions

View File

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