Skip to content

Commit

Permalink
Run with mypy --check-untyped-defs
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Mar 20, 2024
1 parent 87f72eb commit 0d5d633
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 @@ -63,6 +63,7 @@ plugins = ["mypy_django_plugin.main"]
disallow_any_generics = true
no_implicit_reexport = true
warn_return_any = true
check_untyped_defs = true

[[tool.mypy.overrides]]
# Don't follow the import chain into the module containing vendored job-server
Expand Down

0 comments on commit 0d5d633

Please sign in to comment.