]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump pre-commit hooks (#144576)
authorSavannah Ostrowski <savannah@python.org>
Sat, 7 Feb 2026 23:14:18 +0000 (15:14 -0800)
committerGitHub <noreply@github.com>
Sat, 7 Feb 2026 23:14:18 +0000 (23:14 +0000)
.pre-commit-config.yaml
Tools/jit/_llvm.py

index ed88e9ca81b49cabfeeb8dd9d291510ebf24b66a..1dcb50e31d9a68eee219da4c43f0af8005c4b4da 100644 (file)
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.14.10
+    rev: v0.15.0
     hooks:
       - id: ruff-check
         name: Run Ruff (lint) on Apple/
@@ -52,14 +52,14 @@ repos:
         files: ^Tools/wasm/
 
   - repo: https://github.com/psf/black-pre-commit-mirror
-    rev: 25.12.0
+    rev: 26.1.0
     hooks:
       - id: black
         name: Run Black on Tools/jit/
         files: ^Tools/jit/
 
   - repo: https://github.com/Lucas-C/pre-commit-hooks
-    rev: v1.5.5
+    rev: v1.5.6
     hooks:
       - id: remove-tabs
         types: [python]
@@ -83,19 +83,19 @@ repos:
         files: '^\.github/CODEOWNERS|\.(gram)$'
 
   - repo: https://github.com/python-jsonschema/check-jsonschema
-    rev: 0.36.0
+    rev: 0.36.1
     hooks:
       - id: check-dependabot
       - id: check-github-workflows
       - id: check-readthedocs
 
   - repo: https://github.com/rhysd/actionlint
-    rev: v1.7.9
+    rev: v1.7.10
     hooks:
       - id: actionlint
 
   - repo: https://github.com/woodruffw/zizmor-pre-commit
-    rev: v1.19.0
+    rev: v1.22.0
     hooks:
       - id: zizmor
 
index 0b9cb5192f1b75da57250199759afa932e529d8b..8b68c1e8636af7cebaa9dfa9a9ef8ecfb19433c7 100644 (file)
@@ -10,7 +10,6 @@ import typing
 
 import _targets
 
-
 _LLVM_VERSION = "21"
 _EXTERNALS_LLVM_TAG = "llvm-21.1.4.0"