Skip to content

Commit

Permalink
Add explicit cache dir to typing script
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Dec 6, 2024
1 parent ca48751 commit 1c0c846
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 @@ -30,7 +30,7 @@ dependencies = [
"ruff>=0.0.243",
]
[tool.hatch.envs.lint.scripts]
typing = "mypy --strict --install-types --non-interactive --namespace-packages --explicit-package-bases {args:nexus_allowlist}"
typing = "mypy --cache-dir=.mypy_cache/ --strict --install-types --non-interactive --namespace-packages --explicit-package-bases {args:nexus_allowlist}"
style = [
"ruff check {args:.}",
"black --check --diff {args:.}",
Expand Down

0 comments on commit 1c0c846

Please sign in to comment.