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 3178163 commit df49137Copy full SHA for df49137
Makefile
@@ -42,6 +42,7 @@ install: ## Install the dependencies excluding dev.
42
43
.PHONY: install-dev
44
install-dev: ## Install the dependencies including dev.
45
+ python --version
46
poetry install
47
48
.PHONY: megalint
0 commit comments