Files
platformio-core/Makefile
T

9 lines
117 B
Makefile

lint:
pylint --rcfile=./.pylintrc ./platformio
isort:
isort -rc ./platformio
clean:
find . -name \*.pyc -delete