From: Peter Bierma Date: Sat, 18 Jan 2025 20:52:07 +0000 (-0500) Subject: [3.13] Pre-commit: Drop specific language version and bump hooks (GH-128801) (#128994) X-Git-Tag: v3.13.2~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=453eaa9ffcef1ab1910648d8c4b2236f0b5830c1;p=thirdparty%2FPython%2Fcpython.git [3.13] Pre-commit: Drop specific language version and bump hooks (GH-128801) (#128994) Co-authored-by: Peter Bierma --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2f00bae944f..7f38c3e848f0 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/ @@ -25,7 +25,6 @@ repos: - id: black name: Run Black on Tools/jit/ files: ^Tools/jit/ - language_version: python3.12 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 @@ -42,7 +41,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