PFERD/scripts/check
2025-10-19 16:28:53 +02:00

6 lines
64 B
Bash
Executable file

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