fiber-package/pre-commit
2026-09-12 20:49:59 +02:00

8 lines
94 B
Bash
Executable File

#! /bin/bash
set -euo pipefail
uv run mypy src/
uv run ruff check "$@"
git diff --exit-code