]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Update pre-commit to fix Sphinx Lint (GH-113015) (#113017)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Dec 2023 16:30:00 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 16:30:00 +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 35d9c64a8c5c150bcfad0bdbce10b9777f324126..9bd9c59a1ddc74fe7385434b63e00c6902e4820d 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/
@@ -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]