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 72ebf36 commit 5296786Copy full SHA for 5296786
.flake8
@@ -0,0 +1,5 @@
1
+[flake8]
2
+extend-ignore = E203
3
+exclude = .git,__pycache__,htmlcov,.venv
4
+max-complexity = 10
5
+max-line-length = 127
0 commit comments