From 0547499f12560f4a5edaccdb73f21b8bd9e0fc71 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Thu, 26 Sep 2024 05:58:42 +0200 Subject: [PATCH] chore: enable partial type-checking with path constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79e36315..2038d7c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ extra-dependencies = [ [tool.hatch.envs.types.scripts] check = [ - "mypy --install-types --non-interactive --python-version 3.8 --pretty --show-error-context datalad_next", + "mypy --install-types --non-interactive --python-version 3.8 --pretty --show-error-context {args:datalad_next}", ] [tool.hatch.envs.docs]