Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 2328836

Browse files
Bump version of pre-commit hooks (#38)
This pull request contains auto-updated files of the pre-commit config. ```diff diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 497aa4f..fe9626c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,3 +50,3 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.8 + rev: v22.1.0 hooks: @@ -116,3 +116,3 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.0 hooks: @@ -133,3 +133,3 @@ repos: - repo: https://github.com/tier4/pre-commit-hooks-ros - rev: v0.10.0 + rev: v0.10.2 hooks: ``` Co-authored-by: GreatAlexander <4009412+GreatAlexander@users.noreply.github.com>
1 parent 910b483 commit 2328836

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848

4949
# CPP hooks
5050
- repo: https://github.com/pre-commit/mirrors-clang-format
51-
rev: v21.1.8
51+
rev: v22.1.0
5252
hooks:
5353
- id: clang-format
5454
args: ['-fallback-style=none', '-i']
@@ -114,7 +114,7 @@ repos:
114114

115115
# Check Github files
116116
- repo: https://github.com/python-jsonschema/check-jsonschema
117-
rev: 0.36.1
117+
rev: 0.37.0
118118
hooks:
119119
- id: check-github-workflows
120120
args: ["--verbose"]
@@ -131,7 +131,7 @@ repos:
131131

132132
# ROS checks
133133
- repo: https://github.com/tier4/pre-commit-hooks-ros
134-
rev: v0.10.0
134+
rev: v0.10.2
135135
hooks:
136136
- id: flake8-ros
137137
- id: prettier-xacro

0 commit comments

Comments
 (0)