9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
|
lint:
|
|
pylint --rcfile=./.pylintrc ./platformio
|
|
|
|
isort:
|
|
isort -rc ./platformio
|
|
|
|
clean:
|
|
find . -name \*.pyc -delete
|