Files
bracket/backend/check.sh
2024-02-03 14:29:33 +01:00

6 lines
77 B
Bash
Executable File

#!/bin/bash
set -evo pipefail
ruff format --check .
python3 -m mypy backend