Skip to content

Commit

Permalink
chore: enable partial type-checking with path constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Oct 1, 2024
1 parent 2f6cb8e commit 0547499
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 @@ -118,7 +118,7 @@ extra-dependencies = [

[tool.hatch.envs.types.scripts]
check = [
"mypy --install-types --non-interactive --python-version 3.8 --pretty --show-error-context datalad_next",
"mypy --install-types --non-interactive --python-version 3.8 --pretty --show-error-context {args:datalad_next}",
]

[tool.hatch.envs.docs]
Expand Down

0 comments on commit 0547499

Please sign in to comment.