Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 420 Bytes

File metadata and controls

21 lines (15 loc) · 420 Bytes

my_package

Installation

For development usage, we use uv to handle dependency installation. uv can be installed via, e.g.

curl -LsSf https://astral.sh/uv/install.sh | sh

and ensuring that uv is available in your $PATH

Install the dependencies:

uv lock
uv sync
uv tool install pre-commit --with pre-commit-uv --force-reinstall
uvx pre-commit install