PFERD/scripts/check
2025-10-19 15:45:49 +02:00

6 lines
47 B
Bash
Executable file

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