From d4dd75fe145620b1c3922c481bf414ac4dd368e8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:04:35 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.1 → 3.4.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.2.1...3.4.0) --- .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 ea456581..f64a6baa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ fail_fast: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: [ --maxkb=200 ] @@ -39,7 +39,7 @@ repos: args: [ --allow-multiple-documents ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.2.1 + rev: 3.4.0 hooks: - id: editorconfig-checker name: check .editorconfig rules