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 d2c44c8 commit 3f53d63Copy full SHA for 3f53d63
setup.cfg
@@ -1,3 +1,5 @@
1
[pycodestyle]
2
-ignore = E226,E402,E722,E741
+# 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
5
max-line-length = 100
0 commit comments