From 65ae10c500da9771e247c6181c1f7d8b9b35547d Mon Sep 17 00:00:00 2001 From: ducklet Date: Sat, 4 Feb 2023 18:14:16 +0100 Subject: [PATCH] include test files in linting --- scripts/lint-py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lint-py b/scripts/lint-py index b2040d7..54cb0f2 100755 --- a/scripts/lint-py +++ b/scripts/lint-py @@ -4,7 +4,7 @@ cd "$RUN_DIR" [ -z "${DEBUG:-}" ] || set -x -autoflake --quiet --check --recursive unwind -isort unwind -black unwind +autoflake --quiet --check --recursive unwind tests +isort unwind tests +black unwind tests pyright