From 7c3b05d6cba1f14cb182547a23149949e848c6f1 Mon Sep 17 00:00:00 2001 From: Sebastian Husch Lee Date: Fri, 14 Mar 2025 12:00:21 +0100 Subject: [PATCH] Pin ruff (#9038) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1e49d5c8..a44d10a6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ installer = "uv" dependencies = [ "pre-commit", - "ruff", + "ruff<0.10.0", "toml", "reno", # dulwich is a reno dependency, they pin it at >=0.15.0 so pip takes ton of time to resolve the dependency tree.