From 702e36b266d25ed3cbc9db7423bdb4400a558d95 Mon Sep 17 00:00:00 2001 From: "scientific-python-pr-tokenbot[bot]" <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 06:03:38 +0000 Subject: [PATCH] [create-pull-request] automated change --- docs/pages/guides/style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/guides/style.md b/docs/pages/guides/style.md index 8b86d22b..d7b20920 100644 --- a/docs/pages/guides/style.md +++ b/docs/pages/guides/style.md @@ -141,7 +141,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`: ```yaml - repo: https://github.com/psf/black-pre-commit-mirror - rev: "25.9.0" + rev: "25.11.0" hooks: - id: black ``` @@ -547,7 +547,7 @@ when clearly better (please always use them, they are faster) if you set ```yaml - repo: https://github.com/asottile/pyupgrade - rev: "v3.21.0" + rev: "v3.21.1" hooks: - id: pyupgrade args: ["--py39-plus"]