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 b0f3a6e commit 68301f5Copy full SHA for 68301f5
setup.cfg
@@ -1,6 +1,6 @@
1
[flake8]
2
-extend-ignore = E402
3
-max-complexity = 10
+ignore = E402, W503
+max-complexity = 12
4
max-line-length = 80
5
per-file-ignores =
6
# imported but unused
0 commit comments