From 11852c4bbab51548caf5a2a6d6e6e85563dd4b66 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 22:20:50 +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.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.21.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.11.0) - [github.com/editorconfig-checker/editorconfig-checker: v3.4.1 → v3.6.0](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.4.1...v3.6.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.34.1...0.35.0) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](https://github.com/rhysd/actionlint/compare/v1.7.8...v1.7.9) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f82e1dfd..18286e77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: exclude: "\\.xml" - repo: "https://github.com/asottile/pyupgrade" - rev: "v3.21.0" + rev: "v3.21.2" hooks: - id: "pyupgrade" name: "Enforce Python 3.10+ idioms" @@ -34,7 +34,7 @@ repos: - "--py310-plus" - repo: "https://github.com/psf/black-pre-commit-mirror" - rev: "25.9.0" + rev: "25.11.0" hooks: - id: "black" @@ -52,19 +52,19 @@ repos: - "flake8-bugbear==24.12.12" - repo: "https://github.com/editorconfig-checker/editorconfig-checker" - rev: "v3.4.1" + rev: "v3.6.0" hooks: - id: "editorconfig-checker" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.34.1" + rev: "0.35.0" hooks: - id: "check-dependabot" - id: "check-github-workflows" - id: "check-readthedocs" - repo: "https://github.com/rhysd/actionlint" - rev: "v1.7.8" + rev: "v1.7.9" hooks: - id: "actionlint" additional_dependencies: