Skip to content

Commit 8715d7c

Browse files
committed
Use poetry to run prek
1 parent 9e91866 commit 8715d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ check-license: ## Check license headers
8484
./dev/check-license
8585

8686
lint: ## Run code linters via prek (pre-commit hooks)
87-
prek run -a
87+
$(POETRY) run prek run -a
8888

8989
# ===============
9090
# Testing Section

0 commit comments

Comments
 (0)