Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 6f64ede

Browse files
authored
Merge pull request #123 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e1e15c5 + 5d2729b commit 6f64ede

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ ci:
22
autoupdate_branch: 'devel'
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v18.1.6
5+
rev: v20.1.8
66
hooks:
77
- id: clang-format
88
args: [--style=Google]
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-ast

include/dynamic-graph/signal-ptr.t.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ template <class T, class Time>
122122
std::ostream &SignalPtr<T, Time>::display(std::ostream &os) const {
123123
dgTDEBUGIN(25) << SignalBase<Time>::name << this << "||" << isPlugged()
124124
<< "||" << signalPtr;
125-
{ Signal<T, Time>::display(os); }
125+
{
126+
Signal<T, Time>::display(os);
127+
}
126128

127129
if ((isPlugged()) && (!autoref())) {
128130
os << " -->-- PLUGGED";

0 commit comments

Comments
 (0)