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

Commit 6053dd3

Browse files
authored
Merge pull request #116 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5330bd0 + db411c7 commit 6053dd3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ci:
33
autoupdate_branch: 'devel'
44
repos:
55
- repo: https://github.com/pre-commit/mirrors-clang-format
6-
rev: v17.0.3
6+
rev: v20.1.8
77
hooks:
88
- id: clang-format
99
args: [--style=Google]
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-ast
@@ -26,11 +26,11 @@ repos:
2626
- id: mixed-line-ending
2727
- id: trailing-whitespace
2828
- repo: https://github.com/psf/black
29-
rev: 23.10.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 6.1.0
33+
rev: 7.3.0
3434
hooks:
3535
- id: flake8
3636
- repo: https://github.com/cheshirekow/cmake-format-precommit

include/dynamic-graph/python/signal-wrapper.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SignalWrapper : public Signal<T, Time> {
4242
this->setFunction(f);
4343
}
4444

45-
virtual ~SignalWrapper(){};
45+
virtual ~SignalWrapper() {};
4646

4747
private:
4848
T& call(T& value, Time t) {

0 commit comments

Comments
 (0)