From 6d39644d7b6ed8b85f68b118dacae9d00dd0c260 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Fri, 20 Dec 2024 18:35:54 +0100 Subject: [PATCH] enable type checking using mypy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76b603ee..a77110d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,7 +155,7 @@ commands = [ dependency_groups = ["linting"] commands = [ ["ruff", "check", "src/"], - # TODO: ["mypy", "src/"], + ["mypy", "src/"], ] [tool.tox.env.docs]