[Python-checkins] gh-106978: Bump sphinx-lint to 0.6.8 (#106990)

hugovk webhook-mailer at python.org
Sat Jul 22 05:38:51 EDT 2023


https://github.com/python/cpython/commit/6acd85d91063380d1afb86c116a66e0aadd4f909
commit: 6acd85d91063380d1afb86c116a66e0aadd4f909
branch: main
author: Sven Arends <88426829+picnic-sven at users.noreply.github.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-07-22T09:38:47Z
summary:

gh-106978: Bump sphinx-lint to 0.6.8 (#106990)

files:
M .pre-commit-config.yaml

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d62c57c044728..85a6de4abe014 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]



More information about the Python-checkins mailing list