Use uv as installer in hatch env

Authored by: bashonly
This commit is contained in:
bashonly 2024-05-12 11:25:40 -05:00
parent 176808557f
commit 9642d37aa6
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -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"