Skip to content

Commit 842a4b1

Browse files
Merge pull request #2496 from VWS-Python/follow-untyped-imports
Use new follow_untyped_imports mypy setting
2 parents e9281f0 + f53424b commit 842a4b1

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
@@ -328,6 +328,7 @@ exclude_also = [
328328
strict = true
329329
files = [ "." ]
330330
exclude = [ "build" ]
331+
follow_untyped_imports = true
331332

332333
[tool.pyright]
333334

0 commit comments

Comments
 (0)