#!/bin/sh
cd "$(git rev-parse --show-toplevel)" || exit 1
uv run ruff check acp_bridge/ || exit 1
uv run pyright acp_bridge/ || exit 1
