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 72fdb2a commit 5066c1eCopy full SHA for 5066c1e
.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