From 7232f329bdfca27b1879766d1f107800767b03e7 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 25 Sep 2025 11:14:12 -0700 Subject: [PATCH] add ruff to dev deps --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a2f77ea3..7c35048d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ dev = [ "pytest>=8.4", "pytest-cov>=6.2.0", "quart-trio>=0.12.0", + "ruff>=0.13.2" "sphinx>=8.2.0 ; python_version >= '3.11'", "sphinx-rtd-theme>=3.0.0 ; python_full_version >= '3.11'", "twine>=6.1.0", -- 2.47.3