From b1a2ccea22671f31550fa47f3585bb7188c460ef Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 28 Apr 2021 01:41:28 +0200 Subject: [PATCH] Use flake8 to lint Python scripts This tool seems to be more complete than just 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 30a50c8..34a6d0e 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="py-codestyle" +PYLINT="flake8" SORT="sort -n" TR="tr"