We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e87ea commit e18e303Copy full SHA for e18e303
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- id: yamllint
35
36
- repo: https://github.com/tier4/pre-commit-hooks-ros
37
- rev: v0.8.0
+ rev: v0.10.0
38
hooks:
39
- id: flake8-ros
40
- id: prettier-xacro
@@ -66,7 +66,7 @@ repos:
66
args: [--line-length=100]
67
68
- repo: https://github.com/pre-commit/mirrors-clang-format
69
- rev: v18.1.6
+ rev: v18.1.8
70
71
- id: clang-format
72
types_or: [c++, c, cuda]
@@ -79,7 +79,7 @@ repos:
79
exclude: .cu
80
81
- repo: https://github.com/python-jsonschema/check-jsonschema
82
- rev: 0.28.5
+ rev: 0.28.6
83
84
- id: check-metaschema
85
files: ^.+/schema/.*schema\.json$
0 commit comments