From 385e9195e85cc40472ae0696fe6acd925473dbca Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Fri, 26 Sep 2025 17:14:45 +0200 Subject: [PATCH] Fix typo in pyproject.toml (#1228) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c35048d..b08eacdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "pytest>=8.4", "pytest-cov>=6.2.0", "quart-trio>=0.12.0", - "ruff>=0.13.2" + "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