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:
parent
a29c6be97d
commit
00a6eb5f39
2
tox.ini
2
tox.ini
@ -64,7 +64,7 @@ commands =
|
|||||||
[flake8]
|
[flake8]
|
||||||
# E731 skipped as assign a lambda expression
|
# E731 skipped as assign a lambda expression
|
||||||
# W504 line break after binary operator
|
# W504 line break after binary operator
|
||||||
ignore = E731,F403,F812,F821,W504
|
ignore = E731,W504
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*lib/python*,.update-venv
|
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*lib/python*,.update-venv
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user