From f3b0380e0374e5cc3c40c8f71d95b4fb24de8f28 Mon Sep 17 00:00:00 2001 From: Juan-Pablo Scaletti Date: Mon, 12 Feb 2024 14:54:56 -0500 Subject: [PATCH] poetry run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34731b9..61c1573 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ test: .PHONY: lint lint: - ruff check src/proper_cli tests + poetry run ruff check src/proper_cli tests .PHONY: coverage coverage: