From c72addc72fcb715debfa965ea7b3e59cd3ab41f6 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 31 Mar 2021 14:05:54 +0200 Subject: [PATCH] Migrate the "pylint" test to py-codestyle --- src/scripts/tests/pylint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/tests/pylint.sh b/src/scripts/tests/pylint.sh index 6c5b99b..3ca77d3 100755 --- a/src/scripts/tests/pylint.sh +++ b/src/scripts/tests/pylint.sh @@ -33,7 +33,7 @@ DATE="date" DEBUG="_debug" FIND="find" MKDIR="mkdir -p" -PYLINT="pep8" +PYLINT="py-codestyle" SORT="sort -n" TR="tr"