summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Roelandt <cyril@redhat.com>2020-07-27 20:31:11 +0200
committerCyril Roelandt <cyril@redhat.com>2020-07-27 20:47:21 +0200
commit00a6eb5f39022a085fc6c7122769e6669628ec79 (patch)
tree4b5f074c9cfeb8eced8e6f2baa8adbb93b9cdca2
parenta29c6be97d923bdfb10bdb1d68a45190930e8212 (diff)
downloadpython-glanceclient-00a6eb5f39022a085fc6c7122769e6669628ec79.tar.gz
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
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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