diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3226c6ec..de554633 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: yamllint - repo: https://github.com/tier4/pre-commit-hooks-ros - rev: v0.5.1 + rev: v0.6.0 hooks: - id: prettier-xacro - id: prettier-launch-xml @@ -59,7 +59,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black args: [--line-length=100] @@ -81,9 +81,10 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v13.0.0 + rev: v13.0.1 hooks: - id: clang-format + types_or: [c++, c, cuda] - repo: https://github.com/cpplint/cpplint rev: 1.5.5