]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Update pre-commit to fix Sphinx Lint (GH-113015) (#113018)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Dec 2023 16:30:49 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 16:30:49 +0000 (16:30 +0000)
Update pre-commit to fix Sphinx Lint (GH-113015)
(cherry picked from commit eafc2381a0b891383098b08300ae766868a19ba6)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
.pre-commit-config.yaml

index e80c5075401a997bd85993d66fdfd288cb0e1b1f..438a1149d44e9ca2651ce1978393580f9dd4025a 100644 (file)
@@ -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/
@@ -17,7 +17,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]