From b8a94c94ef730f720f411811d928806652448c8a Mon Sep 17 00:00:00 2001 From: Martin Vonk Date: Tue, 17 Dec 2024 10:56:29 +0100 Subject: [PATCH] update mypy --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 537b042..e02454d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ flake8 = "^6.1.0" ruff = "^0.1.9" black = { extras = ["jupyter"], version = "^23.12.1" } isort = "^5.13.2" -mypy = "^1.8.0" +mypy = "^1.13.0" pandas-stubs = "^2.1.4.231218" pytest = "^7.4.3" pytest-cov = "^4.1.0" @@ -82,6 +82,8 @@ profile = "black" [tool.mypy] mypy_path = "src" +plugins = "numpy.typing.mypy_plugin" + [tool.ruff] line-length = 88