From 1774debbc477e351cb303db32aa9ef418a62e6cb Mon Sep 17 00:00:00 2001 From: Brent Edwards Date: Thu, 12 Feb 2026 02:07:59 +0000 Subject: [PATCH] ci(pyproject.toml): force the version of ruff ruff should now be version 0.15. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c3fc702a..2e0be9c4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,11 +45,10 @@ dependencies = [ "RestrictedPython>=7.0", # Secure sandbox for user-supplied code ] - [project.optional-dependencies] dev = [ # Code formatting and linting - "ruff>=0.1.0", + "ruff>=0.15.0,<0.16.0", # Type checking "pyright>=1.1.350", "types-pyyaml>=6.0.0",