[Python-checkins] [3.12] Run sphinx-lint on Misc/NEWS.d/next/ (GH-108212) (#108213)

Yhg1s webhook-mailer at python.org
Mon Aug 21 09:32:36 EDT 2023


https://github.com/python/cpython/commit/90a22eae452e2f50b7be9db81003e3e849480215
commit: 90a22eae452e2f50b7be9db81003e3e849480215
branch: 3.12
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: Yhg1s <thomas at python.org>
date: 2023-08-21T15:32:33+02:00
summary:

[3.12] Run sphinx-lint on Misc/NEWS.d/next/ (GH-108212) (#108213)

Run sphinx-lint on Misc/NEWS.d/next/

files:
M .pre-commit-config.yaml

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 85a6de4abe014..451cbe8bc8482 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,5 +14,5 @@ repos:
     hooks:
       - id: sphinx-lint
         args: [--enable=default-role]
-        files: ^Doc/
+        files: ^Doc/|^Misc/NEWS.d/next/
         types: [rst]



More information about the Python-checkins mailing list