Skip to content

Commit

Permalink
Remove unnecessary cli flag in typecheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner committed Nov 28, 2024
1 parent 97f7d63 commit 10f53d1
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 @@ -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 = [
Expand Down

0 comments on commit 10f53d1

Please sign in to comment.