From c6e6651528d9d14389c5d2b3d939773bf08af28f Mon Sep 17 00:00:00 2001 From: NicolasGensollen Date: Thu, 30 May 2024 15:53:39 +0200 Subject: [PATCH] update check.lock target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c8ca37d1..a7b469b16 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ help: Makefile .PHONY: check.lock check.lock: - @$(POETRY) lock --check + @$(POETRY) check --lock ## build : Build the package. .PHONY: build