include test files in linting
This commit is contained in:
parent
324eb8e9b7
commit
65ae10c500
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue