]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Bump sphinx-lint to 0.7.0 (GH-110830) (#110833)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Oct 2023 13:59:12 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 13:59:12 +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 5b362a7c9d4c8aa84352e0628f1f4d2649eca2b5..4835b641b3106ace1a5e05f143bd175a98d71476 100644 (file)
@@ -24,13 +24,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: