We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d6423 + 84f6097 commit f464195Copy full SHA for f464195
28 files changed
.flake8
@@ -0,0 +1,6 @@
1
+[flake8]
2
+max-line-length = 120
3
+exclude = .git,__pycache__,build,dist
4
+ignore = W503
5
+per-file-ignores =
6
+ __init__.py: F401
docs/Makefile
0 commit comments