Files
pferd/scripts/check
2025-10-19 15:08:29 +02:00

7 lines
71 B
Bash
Executable File

#!/usr/bin/env bash
set -e
mypy .
flake8 PFERD --max-line-length 110