From 10f53d14b2fcece464bcb1a2490e538fc85f3c45 Mon Sep 17 00:00:00 2001 From: Benedikt Brunner <122370755+Benedikt-Brunner@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:43:02 +0100 Subject: [PATCH] Remove unnecessary cli flag in typecheck command --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cf1733..cabf28f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ test = "uv run pytest -rA" lint = "uv run ruff check --config ruff.toml" lint-fix = "uv run ruff check --config ruff.toml --fix" format = "uv run ruff format" -typecheck = "uv run mypy napytau --config-file=mypy.ini --no-site-packages" +typecheck = "uv run mypy napytau --config-file=mypy.ini" [dependency-groups] dev = [