Skip to content

Commit c65ef23

Browse files
committed
pyproject(mypy) Ignore scripts/ and examples/ for now
1 parent c54e715 commit c65ef23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
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)