Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic_graph_bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic_graph_bridge
Commits
1a09ed51
Unverified
Commit
1a09ed51
authored
4 months ago
by
Guilhem Saurel
Committed by
GitHub
4 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #116 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
parents
6519ac33
fc492ad9
Branches
devel
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#46219
failed
4 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+4
-4
4 additions, 4 deletions
.pre-commit-config.yaml
include/dynamic_graph_bridge/sot_loader_basic.hh
+1
-1
1 addition, 1 deletion
include/dynamic_graph_bridge/sot_loader_basic.hh
with
5 additions
and
5 deletions
.pre-commit-config.yaml
+
4
−
4
View file @
1a09ed51
...
...
@@ -2,12 +2,12 @@ ci:
autoupdate_branch
:
'
devel'
repos
:
-
repo
:
https://github.com/pre-commit/mirrors-clang-format
rev
:
v1
7.0.6
rev
:
v1
9.1.2
hooks
:
-
id
:
clang-format
args
:
[
--style=Google
]
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v
4.
5.0
rev
:
v5.0
.0
hooks
:
-
id
:
check-added-large-files
-
id
:
check-ast
...
...
@@ -25,11 +25,11 @@ repos:
-
id
:
mixed-line-ending
-
id
:
trailing-whitespace
-
repo
:
https://github.com/psf/black
rev
:
2
3
.1
1
.0
rev
:
2
4
.1
0
.0
hooks
:
-
id
:
black
-
repo
:
https://github.com/PyCQA/flake8
rev
:
6
.1.
0
rev
:
7
.1.
1
hooks
:
-
id
:
flake8
-
repo
:
https://github.com/cheshirekow/cmake-format-precommit
...
...
This diff is collapsed.
Click to expand it.
include/dynamic_graph_bridge/sot_loader_basic.hh
+
1
−
1
View file @
1a09ed51
...
...
@@ -80,7 +80,7 @@ class SotLoaderBasic {
public:
SotLoaderBasic
();
~
SotLoaderBasic
(){};
~
SotLoaderBasic
()
{};
// \brief Read user input to extract the path of the SoT dynamic library.
int
parseOptions
(
int
argc
,
char
*
argv
[]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment