Use flake8 to lint Python scripts

This tool seems to be more complete than just py-codestyle.
This commit is contained in:
Pierre Pronchery 2021-04-28 01:41:28 +02:00
parent e637a596e1
commit b1a2ccea22

View File

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