PFERD/scripts/check
2025-10-19 16:27:54 +02:00

6 lines
61 B
Bash
Executable file

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