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 b863f5f commit 5e88be6Copy full SHA for 5e88be6
.github/linters/.mypy.ini
@@ -0,0 +1,2 @@
1
+[mypy]
2
+exclude = examples/
pyproject.toml
@@ -84,8 +84,3 @@ name = "testpypi"
84
url = "https://test.pypi.org/simple/"
85
publish-url = "https://test.pypi.org/legacy/"
86
explicit = true
87
-
88
-[tool.mypy]
89
-exclude = [
90
- "examples/"
91
-]
0 commit comments