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 757ae68 commit f46d1f7Copy full SHA for f46d1f7
.flake8
@@ -0,0 +1,5 @@
1
+[flake8]
2
+max-line-length = 500
3
+ignore = E203,E266,E501,W503
4
+max-complexity = 18
5
+select = B,C,E,F,W,T4,B9
0 commit comments