We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8825f63 commit 8574f2fCopy full SHA for 8574f2f
1 file changed
.pre-commit-config.yaml
@@ -91,7 +91,7 @@ repos:
91
- "ament_cpplint @ git+https://github.com/ament/ament_lint.git@rolling#subdirectory=ament_cpplint"
92
93
- repo: https://github.com/pre-commit/mirrors-clang-format
94
- rev: 'v22.1.5'
+ rev: 'v22.1.8'
95
hooks:
96
- id: clang-format
97
@@ -138,7 +138,7 @@ repos:
138
# Spellcheck in comments and docs
139
# skipping of *.svg files is not working...
140
- repo: https://github.com/codespell-project/codespell
141
- rev: v2.4.2
+ rev: v2.4.3
142
143
- id: codespell
144
args: ['--write-changes', '-L bootup,assertIn']
0 commit comments