Skip to content

Commit 5e88be6

Browse files
committed
Update MyPy exclude
1 parent b863f5f commit 5e88be6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/linters/.mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[mypy]
2+
exclude = examples/

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,3 @@ name = "testpypi"
8484
url = "https://test.pypi.org/simple/"
8585
publish-url = "https://test.pypi.org/legacy/"
8686
explicit = true
87-
88-
[tool.mypy]
89-
exclude = [
90-
"examples/"
91-
]

0 commit comments

Comments
 (0)