https://github.com/python/cpython/commit/4219cda83d36892efcf945ff62211742bc051007
commit: 4219cda83d36892efcf945ff62211742bc051007
branch: 3.12
author: Peter Bierma <[email protected]>
committer: hugovk <[email protected]>
date: 2025-01-18T22:52:24+02:00
summary:

[3.12] Pre-commit: Drop specific language version and bump hooks (GH-128801) 
(#128997)

files:
M .pre-commit-config.yaml

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 30c4395e17b3c9..ad91fe68a33cf6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.8.2
+    rev: v0.9.1
     hooks:
       - id: ruff
         name: Run Ruff (lint) on Doc/
@@ -34,7 +34,7 @@ repos:
         types_or: [c, inc, python, rst]
 
   - repo: https://github.com/woodruffw/zizmor-pre-commit
-    rev: v0.8.0
+    rev: v1.1.1
     hooks:
       - id: zizmor
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to