Commit dcaa0f9 1 parent 7a82205 commit dcaa0f9 Copy full SHA for dcaa0f9
File tree 1 file changed +4
-19
lines changed
1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,14 @@ repos:
35
35
- id : yamllint
36
36
37
37
- repo : https://github.com/tier4/pre-commit-hooks-ros
38
- rev : v0.6 .0
38
+ rev : v0.7 .0
39
39
hooks :
40
+ - id : flake8-ros
40
41
- id : prettier-xacro
41
42
- id : prettier-launch-xml
42
43
- id : prettier-package-xml
43
- - id : sort-package-xml
44
44
- id : ros-include-guard
45
+ - id : sort-package-xml
45
46
46
47
- repo : https://github.com/shellcheck-py/shellcheck-py
47
48
rev : v0.8.0.4
@@ -65,24 +66,8 @@ repos:
65
66
- id : black
66
67
args : [--line-length=100]
67
68
68
- - repo : https://github.com/PyCQA/flake8
69
- rev : 4.0.1
70
- hooks :
71
- - id : flake8
72
- additional_dependencies :
73
- [
74
- flake8-blind-except,
75
- flake8-builtins,
76
- flake8-class-newline,
77
- flake8-comprehensions,
78
- flake8-deprecated,
79
- flake8-docstrings,
80
- flake8-import-order,
81
- flake8-quotes,
82
- ]
83
-
84
69
- repo : https://github.com/pre-commit/mirrors-clang-format
85
- rev : v13 .0.1
70
+ rev : v14 .0.1
86
71
hooks :
87
72
- id : clang-format
88
73
types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments