From 3b72a0b5931b31122e76445abb6480562d6d17d2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:08:20 +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.0.3 → 3.1.2](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.0.3...3.1.2) - [github.com/pre-commit/mirrors-clang-format: v19.1.4 → v19.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.4...v19.1.7) --- .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 2342898..db4abac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: # args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250'] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.0.3 + rev: 3.1.2 hooks: - id: editorconfig-checker name: check .editorconfig rules @@ -92,6 +92,6 @@ repos: - id: cpplint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.4 + rev: v19.1.7 hooks: - id: clang-format