add unittest directory to the fix-isort target
This commit is contained in:
parent
178afdfeb1
commit
091395691d
2
Makefile
2
Makefile
@ -68,7 +68,7 @@ fix-formatting: devdeps
|
|||||||
@$(PIPENV) run black .
|
@$(PIPENV) run black .
|
||||||
|
|
||||||
fix-isort: devdeps
|
fix-isort: devdeps
|
||||||
@find kmk/ user_keymaps/ boards/ -name "*.py" | xargs $(PIPENV) run isort
|
@find boards/ kmk/ tests/ user_keymaps/ -name "*.py" | xargs $(PIPENV) run isort
|
||||||
|
|
||||||
clean: clean-dist
|
clean: clean-dist
|
||||||
@echo "===> Cleaning build artifacts"
|
@echo "===> Cleaning build artifacts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user