enable check_untyped_defs in pyproject.toml
This commit is contained in:
parent
6b27aebeb4
commit
94b4a0f317
@ -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.*'
|
||||
|
Loading…
Reference in New Issue
Block a user