diff options
author | Sven Arends <88426829+picnic-sven@users.noreply.github.com> | 2023-07-22 13:41:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 13:41:38 (GMT) |
commit | beb5e4fba7fa8118e47523999e1a129382984614 (patch) | |
tree | 68f16ca2f51ad844eb0225e6a2a9f4e3c7e184fd /.pre-commit-config.yaml | |
parent | b6ace7516b032068a8b539a6b312c50bdde7c012 (diff) | |
download | cpython-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.yaml | 2 |
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] |