From 0d5d633bc52cc287755ddb9d2c76b2ed80ad1425 Mon Sep 17 00:00:00 2001 From: David Evans Date: Fri, 15 Mar 2024 11:41:32 +0000 Subject: [PATCH] Run with `mypy --check-untyped-defs` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 00737ecd..4d364f6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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