summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-31 12:17:03 +0200
committerAndreas Jaeger <aj@suse.com>2020-03-31 12:18:57 +0200
commit98c5c68367f8a7a1afb4b6d7875e50a05900148f (patch)
treefb802ef9aa41d998861351532cfecb6ac214332b /tox.ini
parente25df2943d28588ceede989a801a32cc306019f7 (diff)
downloadpython-keystoneclient-98c5c68367f8a7a1afb4b6d7875e50a05900148f.tar.gz
Hacking: Fix F601
Fix F601 failures: F601 dictionary key '...' repeated with different values Change-Id: I4c12f5a2348371966215e1ae05b726e6d04b0c8f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a135278..28578a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -59,8 +59,7 @@ passenv = OS_*
# D104: Missing docstring in public package
# D203: 1 blank line required before class docstring (deprecated in pep257)
# W504 line break after binary operator
-# F601 dictionary key repeated with different value
-ignore = D100,D101,D102,D103,D104,D203,W504,F601
+ignore = D100,D101,D102,D103,D104,D203,W504
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build