- Install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Install dependencies:
uv sync --all-extras --dev
- Use scripts for repo to check if everything works:
./scripts/build.sh
- Run manual pre-commit:
./scripts/before_commit.sh
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync --all-extras --dev
./scripts/build.sh
./scripts/before_commit.sh