diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..383bf6ee --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ + +lint: + pylint --rcfile=./.pylintrc ./platformio + +isort: + isort -rc ./platformio + +clean: + find . -name \*.pyc -delete \ No newline at end of file