From 81a83bd6b64edee8da499cc65a8ecc6c69413f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 15 Oct 2024 12:05:03 -0700 Subject: [PATCH] Fix typo in docs for dependency_groups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- docs/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index b61e91cd7..8e41a36b1 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -840,7 +840,7 @@ Python run ] [tool.pyproject.env_run_base] - dependency_groups = [ + dependency-groups = [ "test", ] @@ -854,7 +854,7 @@ Python run .. code-block:: toml - [dependency_groups] + [dependency-groups] test = [ "pytest>=8", ]