]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump sphinx-lint to v0.8.1 (#110933)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Tue, 17 Oct 2023 05:26:06 +0000 (06:26 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 05:26:06 +0000 (23:26 -0600)
.pre-commit-config.yaml

index 4835b641b3106ace1a5e05f143bd175a98d71476..b2cc6f25764cca72b1015afbbdc659ae3885d5cc 100644 (file)
@@ -24,12 +24,11 @@ repos:
         types_or: [c, inc, python, rst]
 
   - repo: https://github.com/sphinx-contrib/sphinx-lint
-    rev: v0.7.0
+    rev: v0.8.1
     hooks:
       - id: sphinx-lint
-        args: [--enable=default-role, -j1]
+        args: [--enable=default-role]
         files: ^Doc/|^Misc/NEWS.d/next/
-        types: [rst]
 
   - repo: meta
     hooks: