unwind/scripts/lint-py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
128 B
Text
Raw Normal View History

2021-07-25 19:01:25 +02:00
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
2025-05-15 21:56:57 +02:00
uv run ruff check --fix . ||:
uv run ruff format .
2025-05-15 21:56:57 +02:00
uv run pyright