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 f5978bb commit 7dfaad9Copy full SHA for 7dfaad9
Makefile
@@ -19,7 +19,7 @@
19
help: ## Display this help
20
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
21
22
-POETRY_VERSION = 2.0.1
+POETRY_VERSION = 2.1.1
23
install-poetry: ## Ensure Poetry is installed and the correct version is being used.
24
@if ! command -v poetry &> /dev/null; then \
25
echo "Poetry could not be found. Installing..."; \
0 commit comments