Files
platformio-core/Makefile
T
2016-08-02 20:19:52 +03:00

9 lines
117 B
Makefile

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