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"