From d1797f7559ae2d91b5bcc6d7dfd8d821d7b355fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:13:29 +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 → v20.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.5...v20.1.7) --- .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 3103a1f..8f53884 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-merge-conflict - id: check-case-conflict - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.5 + rev: v20.1.7 hooks: - id: clang-format 'types_or': [c++, c] From 9a97c525d55d80271a508afb1b6777191499188b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:14:10 +0000 Subject: [PATCH 2/2] [pre-commit.ci] Auto fixes from pre-commit.com hooks. --- .../include/pybind11_utils/smart_variant_wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind11-utils/include/pybind11_utils/smart_variant_wrapper.h b/src/pybind11-utils/include/pybind11_utils/smart_variant_wrapper.h index c5dd815..123d95c 100644 --- a/src/pybind11-utils/include/pybind11_utils/smart_variant_wrapper.h +++ b/src/pybind11-utils/include/pybind11_utils/smart_variant_wrapper.h @@ -91,7 +91,7 @@ namespace mo2::python { }; template - struct function_signature { + struct function_signature { using type = R(C*, Args...); };