Skip to content

Commit

Permalink
Merge pull request #2496 from VWS-Python/follow-untyped-imports
Browse files Browse the repository at this point in the history
Use new follow_untyped_imports mypy setting
  • Loading branch information
adamtheturtle authored Dec 23, 2024
2 parents e9281f0 + f53424b commit 842a4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ exclude_also = [
strict = true
files = [ "." ]
exclude = [ "build" ]
follow_untyped_imports = true

[tool.pyright]

Expand Down

0 comments on commit 842a4b1

Please sign in to comment.