Commit 2de2557 2 people authored and committed
1 parent a629572 commit 2de2557 Copy full SHA for 2de2557
File tree 2 files changed +3
-18
lines changed
2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 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.8 .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
@@ -65,22 +66,6 @@ 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
70
rev : v13.0.1
86
71
hooks :
Original file line number Diff line number Diff line change 17
17
<depend >tier4_debug_msgs</depend >
18
18
19
19
<exec_depend >launch_ros</exec_depend >
20
- <exec_depend >rclpy</exec_depend >
21
20
<exec_depend condition =" $ROS_PYTHON_VERSION == 3" >python3-rtree</exec_depend >
21
+ <exec_depend >rclpy</exec_depend >
22
22
<test_depend >ament_lint_auto</test_depend >
23
23
<test_depend >autoware_lint_common</test_depend >
24
24
You can’t perform that action at this time.
0 commit comments