Skip to content

Commit a3eb0a3

Browse files
committed
variable names are part of API, can't change 'em
1 parent 116e684 commit a3eb0a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,6 @@ exclude = src/ecdsa/test*.py
9191
# E305: expected 2 blank lines after class or function definition, found 1
9292
# E501: line too long
9393
# E502: the backslash is redundant between brackets
94+
# E741: ambiguous variable name
9495
# W391: blank line at end of file
95-
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

Comments
 (0)