Skip to content

Commit

Permalink
Add uv as installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpangrazzi committed Dec 19, 2024
1 parent bb62867 commit 087e7d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ hayhooks = "hayhooks.cli:hayhooks"
[tool.hatch.version]
source = "vcs"

[tool.hatch.envs.default]
installer = "uv"

[tool.hatch.envs.test.scripts]
all = "pytest -vv {args:tests}"
all-cov = "coverage run -m pytest {args:tests}"
Expand All @@ -56,6 +59,7 @@ cov = [
]

[tool.hatch.envs.test]
installer = "uv"
extra-dependencies = [
"coverage[toml]>=6.5",
"pytest",
Expand Down

0 comments on commit 087e7d2

Please sign in to comment.