unwind/scripts/lint-py
2021-12-07 21:03:31 +01:00

9 lines
111 B
Bash
Executable file

#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
isort --profile black unwind
black unwind
pyright