Skip to content

Commit

Permalink
hatch check env needs test deps to check test files
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Aug 31, 2023
1 parent fa868d3 commit 00af2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fix-ruff = "inv fix-ruff --args '{args}'"
fixall = "inv fixall --args '{args}'"

[tool.hatch.envs.check]
features = ["scripts", "check"]
features = ["scripts", "check", "test"]

[tool.hatch.envs.check.scripts]
pyright = "inv check-pyright --args '{args}'"
Expand Down

0 comments on commit 00af2ff

Please sign in to comment.