unwind/scripts/lint-py
2025-05-15 21:58:37 +02:00

10 lines
128 B
Bash
Executable file

#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
uv run ruff check --fix . ||:
uv run ruff format .
uv run pyright