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"