Helper makefile task to autofix some linter noise
This commit is contained in:
parent
7ae2d18e45
commit
8a55dcca04
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user