summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-10-17 05:26:06 (GMT)
committerGitHub <noreply@github.com>2023-10-17 05:26:06 (GMT)
commit78e4a6de48749f4f76987ca85abb0e18f586f9c4 (patch)
tree3323ad931aa5a81ee0a05f48507969d748dfb774 /.pre-commit-config.yaml
parent37bd8726b87c1c41f58cef031f5b6d5f900d265b (diff)
downloadcpython-78e4a6de48749f4f76987ca85abb0e18f586f9c4.zip
cpython-78e4a6de48749f4f76987ca85abb0e18f586f9c4.tar.gz
cpython-78e4a6de48749f4f76987ca85abb0e18f586f9c4.tar.bz2
Bump sphinx-lint to v0.8.1 (#110933)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4835b64..b2cc6f2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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: