diff --git a/.mypy.ini b/.mypy.ini index 2d1edb1..7804a50 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -4,6 +4,8 @@ mypy_path = ./stubs/ python_version = 3.11 exclude = vardautomation/logo.txt +plugins = numpy.typing.mypy_plugin + ignore_missing_imports = False disallow_any_generics = True