File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
include/dynamic_graph_bridge Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
autoupdate_branch : ' devel'
3
3
repos :
4
4
- repo : https://github.com/pre-commit/mirrors-clang-format
5
- rev : v17.0.6
5
+ rev : v19.1.2
6
6
hooks :
7
7
- id : clang-format
8
8
args : [--style=Google]
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.5 .0
10
+ rev : v5.0 .0
11
11
hooks :
12
12
- id : check-added-large-files
13
13
- id : check-ast
@@ -25,11 +25,11 @@ repos:
25
25
- id : mixed-line-ending
26
26
- id : trailing-whitespace
27
27
- repo : https://github.com/psf/black
28
- rev : 23.11 .0
28
+ rev : 24.10 .0
29
29
hooks :
30
30
- id : black
31
31
- repo : https://github.com/PyCQA/flake8
32
- rev : 6 .1.0
32
+ rev : 7 .1.1
33
33
hooks :
34
34
- id : flake8
35
35
- repo : https://github.com/cheshirekow/cmake-format-precommit
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class SotLoaderBasic {
80
80
81
81
public:
82
82
SotLoaderBasic ();
83
- ~SotLoaderBasic (){};
83
+ ~SotLoaderBasic () {};
84
84
85
85
// \brief Read user input to extract the path of the SoT dynamic library.
86
86
int parseOptions (int argc, char * argv[]);
You can’t perform that action at this time.
0 commit comments