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 ec7daec commit 8abff09Copy full SHA for 8abff09
.flake8
@@ -0,0 +1,4 @@
1
+[flake8]
2
+ignore = E203,W503
3
+exclude = .git,.mypy_cache,.pytest_cache,.tox,.venv,__pycache__,build,dist,docs
4
+max-line-length = 88
0 commit comments