From 8c78fd37afb483293ca6dea21a9651c80ca93ccb Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Sat, 10 Feb 2024 13:47:31 -0500 Subject: [PATCH] Fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f367feb..8724c032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ python = "3.10" [tool.hatch.envs.default.scripts] lint = ["ruff format --check {args:.}", "ruff check {args:.}"] -typecheck = ["mypy {args:repro_tarfile.py cli} --install-types --non-interactive"] +typecheck = ["mypy {args:erdantic} --install-types --non-interactive"] ## DOCS ENVIRONMENT ##