From e55a0ea596fb699a5fff8925cc4830392ad6d4f6 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Sun, 24 Dec 2023 12:00:53 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb64d79..72062bc 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ tests: .PHONY: reformat reformat: - ruff --fix . ruff format . + ruff --fix . .PHONY: lint lint: