Skip to content

Commit fc2d93a

Browse files
committed
better lint output separators
1 parent 02e062f commit fc2d93a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Makefile

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

6464
lint: install-dev
65-
@echo "--// BLACK //-------------------------------------------------------------------"
65+
@echo
66+
@echo "------------------------------------------------------------------------------------------------------------------------"
67+
@echo "--// BLACK //-----------------------------------------------------------------------------------------------------------"
68+
@echo "------------------------------------------------------------------------------------------------------------------------"
6669
$(POETRY) run black --diff --extend-exclude test-data/gardenlinux .
67-
@echo "--// ISORT //-------------------------------------------------------------------"
70+
@echo
71+
@echo "------------------------------------------------------------------------------------------------------------------------"
72+
@echo "--// ISORT //-----------------------------------------------------------------------------------------------------------"
73+
@echo "------------------------------------------------------------------------------------------------------------------------"
6874
$(POETRY) run isort --check-only .
69-
@echo "--// PYRIGHT //-----------------------------------------------------------------"
75+
@echo
76+
@echo "------------------------------------------------------------------------------------------------------------------------"
77+
@echo "--// PYRIGHT //---------------------------------------------------------------------------------------------------------"
78+
@echo "------------------------------------------------------------------------------------------------------------------------"
7079
$(POETRY) run pyright
7180

7281
security: install-dev

0 commit comments

Comments
 (0)