From a6a5c45b0c9da5a8823c03fd57e47e5a3773a081 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:09:33 -0800 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#2830) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a7b19ddc..4ac6dc2c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.1" + rev: "v0.9.2" hooks: - id: ruff-format - id: ruff diff --git a/docs/changelog.rst b/docs/changelog.rst index c0aa85e79..57c254eef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,7 +10,7 @@ v20.29.1 (2025-01-17) Bugfixes - 20.29.1 ~~~~~~~~~~~~~~~~~~ -- Fix PyInfo cache incompatbility warnings - by :user:`robsdedude`. (:issue:`2827`) +- Fix PyInfo cache incompatibility warnings - by :user:`robsdedude`. (:issue:`2827`) v20.29.0 (2025-01-15) ---------------------