File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,20 @@ format: install-dev
6262 $(POETRY ) run black --extend-exclude test-data/gardenlinux .
6363
6464lint : 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
7281security : install-dev
You can’t perform that action at this time.
0 commit comments