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 6e20c04 commit fd61e00Copy full SHA for fd61e00
.flake8
@@ -0,0 +1,4 @@
1
+[flake8]
2
+max-line-length = 88
3
+extend-ignore = E203,E501,E701,B950,D
4
+exclude = ["*.venv", "__pycache__", ".git", "*examples"]
0 commit comments