unwind/scripts/lint-py
2023-02-04 01:12:11 +01:00

10 lines
140 B
Bash
Executable file

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