@@ -0,0 +1,10 @@
[mypy]
namespace_packages = True
follow_imports = skip
check_untyped_defs = True
disallow_untyped_defs = True
exclude = ^(venv|venv-dev)
ignore_missing_imports = True
[mypy-numpy.*]
ignore_errors = True
The note is not visible to the blocked user.