Skip to content

Commit 90e36c8

Browse files
committed
pyproject(mypy) Ignore scripts/ and examples/ for now
1 parent 6aa5795 commit 90e36c8

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)