Use `uv` as installer in hatch env

Authored by: bashonly
pull/7409/head
bashonly 3 weeks ago
parent 176808557f
commit 9642d37aa6
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -134,6 +134,7 @@ pattern = "_pkg_version = '(?P<version>[^']+)'"
features = ["curl-cffi", "default"]
dependencies = ["pre-commit"]
path = ".venv"
installer = "uv"
[tool.hatch.envs.default.scripts]
setup = "pre-commit install --config .pre-commit-hatch.yaml"

Loading…
Cancel
Save