linalg-zero / .devcontainer /postCreateCommand.sh
atomwalk12's picture
initial commit
0dd6c2f
#! /usr/bin/env bash
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install Dependencies
uv sync
# Install pre-commit hooks
uv run pre-commit install --install-hooks