From 9b7b9083031d9d192fc2bb8a6c7eca28b78e22bb Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Wed, 16 Oct 2024 16:18:21 +0200 Subject: [PATCH] ci(framework) Use correct version for `docstrfmt` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b32908c8f5..4b8e671a50f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,7 @@ licensecheck = "==2024" pre-commit = "==3.5.0" sphinx-substitution-extensions = "2022.02.16" sphinxext-opengraph = "==0.9.1" -docstrfmt = { git = "https://github.com/charlesbvll/docstrfmt.git", branch = "patch-1" } +docstrfmt = { git = "https://github.com/charlesbvll/docstrfmt.git", branch = "patch-2" } docsig = "==0.64.0" [tool.docstrfmt]