Skip to content

Commit 3f9e9d4

Browse files
committedMar 15, 2025·
pyproject(mypy) Ignore scripts/ and examples/ for now
1 parent 6a19f38 commit 3f9e9d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ files = [
155155
"src",
156156
"tests",
157157
]
158+
exclude = [
159+
"examples/",
160+
"scripts/",
161+
]
158162
strict = true
159163

160164
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)
Please sign in to comment.