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 bf6669d commit 03d0566Copy full SHA for 03d0566
.flake8
@@ -5,6 +5,6 @@
5
doctests = True
6
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
7
ignore = W503,E203
8
-max-complexity = 20
+max-complexity = 30
9
max-line-length = 120
10
select = E,W,F,C,N
0 commit comments