include test files in linting

This commit is contained in:
ducklet 2023-02-04 18:14:16 +01:00
parent 324eb8e9b7
commit 65ae10c500

View file

@ -4,7 +4,7 @@ cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x [ -z "${DEBUG:-}" ] || set -x
autoflake --quiet --check --recursive unwind autoflake --quiet --check --recursive unwind tests
isort unwind isort unwind tests
black unwind black unwind tests
pyright pyright