Helper makefile task to autofix some linter noise

This commit is contained in:
Josh Klar 2018-09-21 23:44:03 -07:00
parent 7ae2d18e45
commit 8a55dcca04
No known key found for this signature in database
GPG Key ID: 220F99BD7DB7A99E

View File

@ -17,6 +17,9 @@ devdeps: Pipfile.lock
lint: devdeps
@pipenv run flake8
fix-isort: devdeps
@find kmk/ boards/ entrypoints/ -name "*.py" | xargs pipenv run isort
.submodules: .gitmodules
@echo "===> Pulling dependencies, this may take several minutes"
@git submodule update --init --recursive