Skip to content

Commit bb2232c

Browse files
committed
Silence one not so helpful pycodestyle error
E741 is "do not use variables named ‘l’, ‘O’, or ‘I’"
1 parent dd204ad commit bb2232c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ tag_svn_revision = 0
55

66
[wheel]
77
universal = 1
8+
9+
[flake8]
10+
ignore = E741

0 commit comments

Comments
 (0)