From d20f0c6c20bfe403641b1cffc8174fab34e7a67d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:05:29 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.21.1...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.14.7) - [github.com/Instagram/Fixit: v2.2.0 → v2.2.1](https://github.com/Instagram/Fixit/compare/v2.2.0...v2.2.1) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v1.19.0) - [github.com/pycqa/bandit: 1.8.6 → 1.9.2](https://github.com/pycqa/bandit/compare/1.8.6...1.9.2) - [github.com/renovatebot/pre-commit-hooks: 42.2.0 → 42.29.4](https://github.com/renovatebot/pre-commit-hooks/compare/42.2.0...42.29.4) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d5fdf0..885b7db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: # Auto-update syntax - repo: https://github.com/asottile/pyupgrade - rev: v3.21.1 + rev: v3.21.2 hooks: - id: pyupgrade args: @@ -46,7 +46,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.7 hooks: - id: ruff args: @@ -56,13 +56,13 @@ repos: # Linter and formatter - repo: https://github.com/Instagram/Fixit - rev: v2.2.0 + rev: v2.2.1 hooks: - id: fixit-fix # Type linter - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy args: @@ -71,7 +71,7 @@ repos: # Security linter - repo: https://github.com/pycqa/bandit - rev: 1.8.6 + rev: 1.9.2 hooks: - id: bandit name: bandit @@ -85,6 +85,6 @@ repos: # renovate.json validator - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.2.0 + rev: 42.29.4 hooks: - id: renovate-config-validator