Skip to content

Commit

Permalink
test: we need test runtime dependencies for type-checking too
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Jun 18, 2024
1 parent 751e5bf commit a67338e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ extra-dependencies = [
"mypy>=1.0.0",
"pytest",
"argcomplete",
# for test type-checking
"more_itertools",
]
[tool.hatch.envs.types.scripts]
check = [
Expand Down

0 comments on commit a67338e

Please sign in to comment.