enable check_untyped_defs in pyproject.toml

This commit is contained in:
Todd Gamblin 2023-02-23 00:28:18 -08:00
parent 6b27aebeb4
commit 94b4a0f317
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

View File

@ -113,6 +113,7 @@ namespace_packages = true
# globally, then turn back on in spack and spack submodules
ignore_errors = true
ignore_missing_imports = true
check_untyped_defs = true
[[tool.mypy.overrides]]
module = 'spack.*'