unwind/scripts/lint-py

10 lines
158 B
Bash
Executable file

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