File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 61
61
62
62
# CPP hooks
63
63
- repo : https://github.com/pre-commit/mirrors-clang-format
64
- rev : v18.1.4
64
+ rev : v18.1.5
65
65
hooks :
66
66
- id : clang-format
67
67
args : ["-fallback-style=none", "-i"]
@@ -125,15 +125,15 @@ repos:
125
125
# Spellcheck in comments and docs
126
126
# skipping of *.svg files is not working...
127
127
- repo : https://github.com/codespell-project/codespell
128
- rev : v2.2.6
128
+ rev : v2.3.0
129
129
hooks :
130
130
- id : codespell
131
131
args : ["--write-changes", "--uri-ignore-words-list=ist", "-L manuel"]
132
132
exclude : CHANGELOG\.rst|\.(svg|pyc|drawio)$
133
133
134
134
# Json lint
135
135
- repo : https://github.com/python-jsonschema/check-jsonschema
136
- rev : 0.28.2
136
+ rev : 0.28.4
137
137
hooks :
138
138
- id : check-github-workflows
139
139
args : ["--verbose"]
@@ -152,12 +152,3 @@ repos:
152
152
language : system
153
153
types : [text]
154
154
files : \.(xacro|urdf|sdf|xml|launch)$
155
-
156
- - repo : local
157
- hooks :
158
- - id : check-line-length-under-100
159
- name : Check line length
160
- description : Ensure no line is longer than 100 characters.
161
- entry : bash -c 'if (( $(awk "{ if (length > 100) print }" $1 | wc -l) > 0 )); then echo "Line too long in file $1"; exit 1; fi'
162
- language : system
163
- files : .
You can’t perform that action at this time.
0 commit comments