From de9b06733c41cf7c2f09b8219c585605832c4e3f 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 20:54:48 +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/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v19.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v15.0.6...v19.1.7) - [github.com/psf/black: 22.12.0 → 24.10.0](https://github.com/psf/black/compare/22.12.0...24.10.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87c5b7f6..77a723a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -17,7 +17,7 @@ repos: exclude: external/.*$ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v15.0.6 + rev: v19.1.7 hooks: - id: clang-format exclude: external/.*$ @@ -30,6 +30,6 @@ repos: # - id: cmake-lint - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.10.0 hooks: - id: black From 915963a15cf2dc7faa95d50cb0fe8cc0e4c25c5b 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 20:55:15 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/Particles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Particles.h b/include/Particles.h index c9d63fa6..7c661592 100644 --- a/include/Particles.h +++ b/include/Particles.h @@ -14,6 +14,6 @@ class Particles : public G4VPhysicsConstructor { virtual void ConstructParticle(); // This method is dummy - virtual void ConstructProcess(){}; + virtual void ConstructProcess() {}; }; #endif