From ed7a34be1c330d588287d269d063f4d8b27c0755 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:34:18 +0000 Subject: [PATCH 1/2] [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/mirrors-clang-format: v19.1.5 → v19.1.6](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.5...v19.1.6) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.8.6) --- .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 bbb2e7507ad7..f897456b11d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: exclude: .md5$|^external/|^tools/|Testing/Tools/cxxtest - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.5 # updating to a new version should wait until maintenance + rev: v19.1.6 # updating to a new version should wait until maintenance hooks: - id: clang-format exclude: Testing/Tools/cxxtest|tools|qt/icons/resources/ @@ -59,7 +59,7 @@ repos: )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.8.6 # ruff must appear before black in the list of hooks hooks: - id: ruff From 07303900e5ade0d295fdadab126e35ffe39a707e Mon Sep 17 00:00:00 2001 From: sf1919 Date: Tue, 7 Jan 2025 11:44:17 +0000 Subject: [PATCH 2/2] Remove maintenance note from clang-format --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f897456b11d8..b9ae50e904de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: exclude: .md5$|^external/|^tools/|Testing/Tools/cxxtest - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.6 # updating to a new version should wait until maintenance + rev: v19.1.6 hooks: - id: clang-format exclude: Testing/Tools/cxxtest|tools|qt/icons/resources/