summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2019-11-30 16:48:21 +0100
committerHubert Kario <hkario@redhat.com>2019-12-17 14:50:18 +0100
commita3eb0a3d3ede2699b17e6890393e9b6b34f3a959 (patch)
treeebeff2f35367c2467fd62e22da36af315c37e289 /tox.ini
parent116e6842ac05cbefdabed2a194eddb91199631af (diff)
downloadecdsa-a3eb0a3d3ede2699b17e6890393e9b6b34f3a959.tar.gz
variable names are part of API, can't change 'em
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5828022..c6e127e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -91,5 +91,6 @@ exclude = src/ecdsa/test*.py
# E305: expected 2 blank lines after class or function definition, found 1
# E501: line too long
# E502: the backslash is redundant between brackets
+# E741: ambiguous variable name
# W391: blank line at end of file
-ignore = E111,E114,E226,E231,E266,E302,E305,E501,E502,W391
+ignore = E111,E114,E226,E231,E266,E302,E305,E501,E502,W391,E741