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 84f202b commit 1a5f323Copy full SHA for 1a5f323
.flake8
@@ -0,0 +1,5 @@
1
+[flake8]
2
+exclude = build,__pycache__,__init__.py
3
+ignore =
4
+ E501 line too long, fixed by black
5
+ W503 line break before binary operator
0 commit comments