This repository was archived by the owner on Mar 28, 2025. It is now read-only.
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
repos :
16
16
# Standard hooks
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
- rev : v4.6 .0
18
+ rev : v5.0 .0
19
19
hooks :
20
20
- id : check-added-large-files
21
21
- id : check-ast
35
35
36
36
# Python hooks
37
37
- repo : https://github.com/asottile/pyupgrade
38
- rev : v3.17 .0
38
+ rev : v3.19 .0
39
39
hooks :
40
40
- id : pyupgrade
41
41
args : [--py36-plus]
72
72
- id : ament_cppcheck
73
73
name : ament_cppcheck
74
74
description : Static code analysis of C/C++ files.
75
- stages : [commit]
75
+ stages : [pre- commit]
76
76
entry : ament_cppcheck
77
77
language : system
78
78
files : \.(h\+\+|h|hh|hxx|hpp|cuh|c|cc|cpp|cu|c\+\+|cxx|tpp|txx)$
83
83
- id : ament_cpplint
84
84
name : ament_cpplint
85
85
description : Static code analysis of C/C++ files.
86
- stages : [commit]
86
+ stages : [pre- commit]
87
87
entry : ament_cpplint
88
88
language : system
89
89
files : \.(h\+\+|h|hh|hxx|hpp|cuh|c|cc|cpp|cu|c\+\+|cxx|tpp|txx)$
95
95
- id : ament_lint_cmake
96
96
name : ament_lint_cmake
97
97
description : Check format of CMakeLists.txt files.
98
- stages : [commit]
98
+ stages : [pre- commit]
99
99
entry : ament_lint_cmake
100
100
language : system
101
101
files : CMakeLists\.txt$
@@ -106,7 +106,7 @@ repos:
106
106
- id : ament_copyright
107
107
name : ament_copyright
108
108
description : Check if copyright notice is available in all files.
109
- stages : [commit]
109
+ stages : [pre- commit]
110
110
entry : ament_copyright
111
111
language : system
112
112
@@ -136,7 +136,7 @@ repos:
136
136
exclude : CHANGELOG\.rst|\.(svg|pyc)$
137
137
138
138
- repo : https://github.com/python-jsonschema/check-jsonschema
139
- rev : 0.29.3
139
+ rev : 0.29.4
140
140
hooks :
141
141
- id : check-github-workflows
142
142
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments