Skip to content

Commit 02e062f

Browse files
committed
output separators for "make lint"
1 parent 89f6929 commit 02e062f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ format: install-dev
6262
$(POETRY) run black --extend-exclude test-data/gardenlinux .
6363

6464
lint: install-dev
65+
@echo "--// BLACK //-------------------------------------------------------------------"
6566
$(POETRY) run black --diff --extend-exclude test-data/gardenlinux .
67+
@echo "--// ISORT //-------------------------------------------------------------------"
6668
$(POETRY) run isort --check-only .
69+
@echo "--// PYRIGHT //-----------------------------------------------------------------"
6770
$(POETRY) run pyright
6871

6972
security: install-dev

0 commit comments

Comments
 (0)