From 6fcb9e5dd06ebc4d9ee17b4c26cad6f06111b21d Mon Sep 17 00:00:00 2001 From: srh-sloan Date: Wed, 20 Nov 2024 12:06:11 +0000 Subject: [PATCH] Update pyproject.toml Co-authored-by: Samuel Williams --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18ae54f8..39d8f853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,5 +72,5 @@ dev = [ "pytest-env==1.1.3", "pytest-flask==1.3.0", "pytest-mock==3.14.0", - "ruff>=0.7.4", + "ruff==0.7.4", ]