Files
spcw/check.sh

6 lines
65 B
Bash
Executable File

set -e
uv run ruff format
uv run ruff check
uv run mypy main.py