set -o pipefail

uv run mypy src/
uv run ruff check "$@"
git diff --exit-code
