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