Skip to content

Commit 3f53d63

Browse files
committed
Pycodestyle fix
1 parent d2c44c8 commit 3f53d63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[pycodestyle]
2-
ignore = E226,E402,E722,E741
2+
# these are the standard ignores plus E402, E722, and E741, which weren't enforced when
3+
# the codebase was first written
4+
ignore = E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505,E402,E722,E741
35
max-line-length = 100

0 commit comments

Comments
 (0)