Skip to content

Commit 5726e65

Browse files
[pre-commit.ci] Pre-commit autoupdate. (#143)
* [pre-commit.ci] Pre-commit autoupdate. updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v20.1.7](pre-commit/mirrors-clang-format@v19.1.5...v20.1.7) * [pre-commit.ci] Auto fixes from pre-commit.com hooks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b0d2b48 commit 5726e65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: check-merge-conflict
88
- id: check-case-conflict
99
- repo: https://github.com/pre-commit/mirrors-clang-format
10-
rev: v19.1.5
10+
rev: v20.1.7
1111
hooks:
1212
- id: clang-format
1313
'types_or': [c++, c]

src/pybind11-utils/include/pybind11_utils/smart_variant_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace mo2::python {
9191
};
9292

9393
template <class R, class C, class... Args>
94-
struct function_signature<R (C::*)(Args...)&> {
94+
struct function_signature<R (C::*)(Args...) &> {
9595
using type = R(C*, Args...);
9696
};
9797

0 commit comments

Comments
 (0)