diff options
author | Sven Arends <88426829+picnic-sven@users.noreply.github.com> | 2023-07-22 09:38:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 09:38:47 (GMT) |
commit | 6acd85d91063380d1afb86c116a66e0aadd4f909 (patch) | |
tree | 6ed212fd3a1e60ec1bed32ca0f5cb363dfac855d /.pre-commit-config.yaml | |
parent | ee5c01b473eeadb007b9f330db3143e34e46038b (diff) | |
download | cpython-6acd85d91063380d1afb86c116a66e0aadd4f909.zip cpython-6acd85d91063380d1afb86c116a66e0aadd4f909.tar.gz cpython-6acd85d91063380d1afb86c116a66e0aadd4f909.tar.bz2 |
gh-106978: Bump sphinx-lint to 0.6.8 (#106990)
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] |