Skip to content

Commit

Permalink
pyproject: make plain mypy run work
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Apr 6, 2024
1 parent 29aa05f commit cdff86a
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 @@ -136,6 +136,7 @@ lines-after-imports = 2

[tool.mypy]
mypy_path = ["src"]
files = ["src", "testing"]
# TODO: Enable this & fix errors.
# check_untyped_defs = true
disallow_any_generics = true
Expand Down

0 comments on commit cdff86a

Please sign in to comment.