We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f6929 commit 02e062fCopy full SHA for 02e062f
Makefile
@@ -62,8 +62,11 @@ format: install-dev
62
$(POETRY) run black --extend-exclude test-data/gardenlinux .
63
64
lint: install-dev
65
+ @echo "--// BLACK //-------------------------------------------------------------------"
66
$(POETRY) run black --diff --extend-exclude test-data/gardenlinux .
67
+ @echo "--// ISORT //-------------------------------------------------------------------"
68
$(POETRY) run isort --check-only .
69
+ @echo "--// PYRIGHT //-----------------------------------------------------------------"
70
$(POETRY) run pyright
71
72
security: install-dev
0 commit comments