Skip to content

Commit 01c774b

Browse files
committed
ci: Add MyPy Ignore for examples folder
1 parent 8d636ea commit 01c774b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,8 @@ 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)