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 2376169 commit 60bd8a7Copy full SHA for 60bd8a7
2 files changed
.flake8
setup.cfg
@@ -1,5 +1,10 @@
1
[flake8]
2
max-line-length = 100
3
+exclude =
4
+ .git,
5
+ .eggs,
6
+ __pycache__,
7
+ doc/examples
8
9
[mypy]
10
warn_unused_ignores = True
0 commit comments