#!/bin/bash

set -e

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

echo "Installing development dependencies..."
uv sync

uv run pre-commit install
