Skip to content

Commit

Permalink
Set disallow_untyped_defs to true
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Sep 10, 2024
1 parent b020455 commit 79cc7b6
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 @@ -97,6 +97,7 @@ profile = "black"

[tool.mypy]
plugins = "strawberry.ext.mypy_plugin"
disallow_untyped_defs = true

[[tool.mypy.overrides]]
module = ["dynaconf.*", "async_asgi_testclient.*", "apluggy.*", "deepdiff.*"]
Expand Down

0 comments on commit 79cc7b6

Please sign in to comment.