From 74c48c98c4c1d562dca7a64ac5c33fc4eb2b1047 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 19:02:18 +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 5413219..e07c926 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: '3.8.0' + rev: '3.11.1' hooks: - id: editorconfig-checker alias: ec @@ -16,7 +16,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 9.0.0b2 + rev: 9.0.0b5 hooks: - id: isort name: isort (python)