Skip to content

Commit 15c2978

Browse files
committed
chore(mypy): Remove tests/docs/ exclude now that directory is deleted
why: mypy exclude was added specifically to silence type errors in the upstream extension tests. With tests/docs/ removed, the exclusion is unnecessary. what: - Remove exclude = ["tests/docs/"] from [tool.mypy]
1 parent bdaaadc commit 15c2978

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ files = [
144144
"src/",
145145
"tests/",
146146
]
147-
exclude = [
148-
"tests/docs/",
149-
]
150147
enable_incomplete_feature = []
151148

152149
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)