]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Bump sphinx-lint to 0.7.0 (GH-110830) (#110834)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Oct 2023 13:59:25 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 13:59:25 +0000 (13:59 +0000)
Bump sphinx-lint to 0.7.0 (GH-110830)
(cherry picked from commit 0ed2329a1627fc8ae97b009114cd960c25567f75)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
.pre-commit-config.yaml

index 1ae3dd71354e6368fece9b80ab6ba06d874289ad..5d9deaa7ca8547f8887cdb0eea1d103892ae1c8e 100644 (file)
@@ -17,13 +17,12 @@ repos:
         types_or: [c, inc, python, rst]
 
   - repo: https://github.com/sphinx-contrib/sphinx-lint
-    rev: v0.6.8
+    rev: v0.7.0
     hooks:
       - id: sphinx-lint
-        args: [--enable=default-role]
+        args: [--enable=default-role, -j1]
         files: ^Doc/|^Misc/NEWS.d/next/
         types: [rst]
-        require_serial: true
 
   - repo: meta
     hooks: