From 63bccdec3776050304909c4c95337b2543c8bcd1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:42:24 +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/editorconfig-checker/editorconfig-checker.python: 3.8.0 → 3.11.1](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.8.0...3.11.1) - [github.com/PyCQA/isort: 9.0.0b2 → 9.0.0b5](https://github.com/PyCQA/isort/compare/9.0.0b2...9.0.0b5) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2be3c9d..a5b94c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: args: ['--branch', 'main'] - id: trailing-whitespace - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.8.0 + rev: 3.11.1 hooks: - id: editorconfig-checker alias: ec @@ -28,7 +28,7 @@ repos: - id: autoflake args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables'] - repo: https://github.com/PyCQA/isort - rev: 9.0.0b2 + rev: 9.0.0b5 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror