We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e91866 commit 8715d7cCopy full SHA for 8715d7c
1 file changed
Makefile
@@ -84,7 +84,7 @@ check-license: ## Check license headers
84
./dev/check-license
85
86
lint: ## Run code linters via prek (pre-commit hooks)
87
- prek run -a
+ $(POETRY) run prek run -a
88
89
# ===============
90
# Testing Section
0 commit comments