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 a6bad4d commit d634070Copy full SHA for d634070
setup.cfg
@@ -1,6 +1,4 @@
1
[flake8]
2
-exclude = docs, build, .nox
3
-ignore = C901, E203, E266, E501, W503, B905
+exclude = build, .nox
4
max-line-length = 88
5
-max-complexity = 18
6
-select = B,C,E,F,W,T4,B9
+max-complexity = 10
0 commit comments