Migrate the "pylint" test to py-codestyle

This commit is contained in:
Pierre Pronchery 2021-03-31 14:05:54 +02:00
parent 69aa8a7228
commit c72addc72f

View File

@ -33,7 +33,7 @@ DATE="date"
DEBUG="_debug"
FIND="find"
MKDIR="mkdir -p"
PYLINT="pep8"
PYLINT="py-codestyle"
SORT="sort -n"
TR="tr"