Skip to content

Commit dcaa0f9

Browse files
ci(pre-commit): autoupdate (autowarefoundation#28)
* ci(pre-commit): autoupdate updates: - [github.com/tier4/pre-commit-hooks-ros: v0.6.0 → v0.7.0](tier4/pre-commit-hooks-ros@v0.6.0...v0.7.0) - [github.com/pre-commit/mirrors-clang-format: v13.0.1 → v14.0.1](pre-commit/mirrors-clang-format@v13.0.1...v14.0.1) * Update .pre-commit-config.yaml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
1 parent 7a82205 commit dcaa0f9

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.pre-commit-config.yaml

+4-19
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ repos:
3535
- id: yamllint
3636

3737
- repo: https://github.com/tier4/pre-commit-hooks-ros
38-
rev: v0.6.0
38+
rev: v0.7.0
3939
hooks:
40+
- id: flake8-ros
4041
- id: prettier-xacro
4142
- id: prettier-launch-xml
4243
- id: prettier-package-xml
43-
- id: sort-package-xml
4444
- id: ros-include-guard
45+
- id: sort-package-xml
4546

4647
- repo: https://github.com/shellcheck-py/shellcheck-py
4748
rev: v0.8.0.4
@@ -65,24 +66,8 @@ repos:
6566
- id: black
6667
args: [--line-length=100]
6768

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-
8469
- repo: https://github.com/pre-commit/mirrors-clang-format
85-
rev: v13.0.1
70+
rev: v14.0.1
8671
hooks:
8772
- id: clang-format
8873
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)