unwind/scripts/lint-py

11 lines
107 B
Text
Raw Normal View History

2021-07-25 19:01:25 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
ruff check --fix . ||:
ruff format .
2021-11-02 14:25:50 +01:00
pyright