From 1ee872b27b4536e4346bd76c90e211d654c9099c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:30:00 +0100 Subject: [PATCH] [3.12] Update pre-commit to fix Sphinx Lint (GH-113015) (#113017) Update pre-commit to fix Sphinx Lint (GH-113015) (cherry picked from commit eafc2381a0b891383098b08300ae766868a19ba6) Co-authored-by: Hugo van Kemenade --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35d9c64a8c5..9bd9c59a1dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.2 + rev: v0.1.7 hooks: - id: ruff name: Run Ruff on Lib/test/ @@ -24,7 +24,7 @@ repos: types_or: [c, inc, python, rst] - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.8.1 + rev: v0.9.1 hooks: - id: sphinx-lint args: [--enable=default-role]