unwind/scripts/lint-py

11 lines
140 B
Text
Raw Normal View History

2021-07-25 19:01:25 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
2024-05-10 00:13:01 +02:00
poetry run ruff check --fix . ||:
poetry run ruff format .
2024-05-10 00:13:01 +02:00
poetry run pyright