This repository was archived by the owner on Nov 28, 2025. It is now read-only.
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 22 autoupdate_branch : ' devel'
33repos :
44- repo : https://github.com/pre-commit/mirrors-clang-format
5- rev : v17.0.6
5+ rev : v19.1.2
66 hooks :
77 - id : clang-format
88 args : [--style=Google]
99- repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v4.5 .0
10+ rev : v5.0 .0
1111 hooks :
1212 - id : check-added-large-files
1313 - id : check-ast
@@ -25,11 +25,11 @@ repos:
2525 - id : mixed-line-ending
2626 - id : trailing-whitespace
2727- repo : https://github.com/psf/black
28- rev : 23.11 .0
28+ rev : 24.10 .0
2929 hooks :
3030 - id : black
3131- repo : https://github.com/PyCQA/flake8
32- rev : 6 .1.0
32+ rev : 7 .1.1
3333 hooks :
3434 - id : flake8
3535- repo : https://github.com/cheshirekow/cmake-format-precommit
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class SotLoaderBasic {
8080
8181 public:
8282 SotLoaderBasic ();
83- ~SotLoaderBasic (){};
83+ ~SotLoaderBasic () {};
8484
8585 // \brief Read user input to extract the path of the SoT dynamic library.
8686 int parseOptions (int argc, char * argv[]);
You can’t perform that action at this time.
0 commit comments