Merge "Remove F403, F812 and F821 from the ignorelist in tox.ini"

This commit is contained in:
Zuul 2020-09-02 15:53:06 +00:00 committed by Gerrit Code Review
commit 4f74293df1
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