Skip to content

Commit 7ac3848

Browse files
committed
chore(mypy): Add docs/_ext/ to mypy files for CI parity
why: CI runs uv run mypy . (whole tree) but local mypy only checked packages/, tests/, scripts/; docs/_ext/ errors were invisible locally. what: - Add docs/_ext/ to [tool.mypy] files list in pyproject.toml
1 parent 407280f commit 7ac3848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ files = [
6666
"packages/",
6767
"tests/",
6868
"scripts/",
69+
"docs/_ext/",
6970
]
7071

7172
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)