Skip to content

Commit dcdbfc5

Browse files
authored
Merge pull request #17 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 93ac37d + ea37512 commit dcdbfc5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ repos:
44
hooks:
55
- id: cmake-format
66
- repo: https://github.com/pre-commit/mirrors-clang-format
7-
rev: v18.1.8
7+
rev: v21.1.2
88
hooks:
99
- id: clang-format
1010
args:
1111
- --style=Google
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-ast

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <pinocchio/multibody/model.hpp>
55
#include <pinocchio/parsers/sample-models.hpp>
66

7-
int main(int argc, char *argv[]) {
7+
int main(int argc, char* argv[]) {
88
using namespace pinocchio;
99
Model model;
1010
buildModels::humanoid(model);

0 commit comments

Comments
 (0)