Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Feb 10, 2024
1 parent 1198e29 commit 8c78fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##

Expand Down

0 comments on commit 8c78fd3

Please sign in to comment.