We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116e684 commit a3eb0a3Copy full SHA for a3eb0a3
tox.ini
@@ -91,5 +91,6 @@ exclude = src/ecdsa/test*.py
91
# E305: expected 2 blank lines after class or function definition, found 1
92
# E501: line too long
93
# E502: the backslash is redundant between brackets
94
+# E741: ambiguous variable name
95
# W391: blank line at end of file
-ignore = E111,E114,E226,E231,E266,E302,E305,E501,E502,W391
96
+ignore = E111,E114,E226,E231,E266,E302,E305,E501,E502,W391,E741
0 commit comments