We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e20133 commit f24afbeCopy full SHA for f24afbe
1 file changed
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
args: [--py36-plus]
40
41
- repo: https://github.com/psf/black
42
- rev: 26.1.0
+ rev: 26.3.1
43
hooks:
44
- id: black
45
args: ["--line-length=100"]
@@ -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.0'
+ rev: 'v22.1.1'
95
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.1
+ rev: v2.4.2
142
143
- id: codespell
144
args: ['--write-changes', '-L bootup,assertIn']
0 commit comments