Use flake8 to lint Python scripts
This tool seems to be more complete than just py-codestyle.
This commit is contained in:
parent
e637a596e1
commit
b1a2ccea22
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user