#!/bin/bash
set -euo pipefail

cd "$(dirname "$0")/.."

uv sync
uvx pre-commit install
