Files
pferd/scripts/check
I-Al-Istannen 45e25db5ad Switch to uv
2025-10-19 16:21:23 +02:00

7 lines
61 B
Bash
Executable File

#!/usr/bin/env bash
set -e
uv run mypy .
uv run ruff check