summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorSven Arends <88426829+picnic-sven@users.noreply.github.com>2023-07-22 13:41:38 (GMT)
committerGitHub <noreply@github.com>2023-07-22 13:41:38 (GMT)
commitbeb5e4fba7fa8118e47523999e1a129382984614 (patch)
tree68f16ca2f51ad844eb0225e6a2a9f4e3c7e184fd /.pre-commit-config.yaml
parentb6ace7516b032068a8b539a6b312c50bdde7c012 (diff)
downloadcpython-beb5e4fba7fa8118e47523999e1a129382984614.zip
cpython-beb5e4fba7fa8118e47523999e1a129382984614.tar.gz
cpython-beb5e4fba7fa8118e47523999e1a129382984614.tar.bz2
[3.12] Bump sphinx-lint to 0.6.8 (gh-106978) (#107023)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d62c57c..85a6de4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
types_or: [c, python, rst]
- repo: https://github.com/sphinx-contrib/sphinx-lint
- rev: v0.6.7
+ rev: v0.6.8
hooks:
- id: sphinx-lint
args: [--enable=default-role]