#!/bin/bash
set -e
cd "$(dirname "$0")"
exec uv run python ci/lint.py "$@"
