Skip to content

Commit 1cd35bd

Browse files
authored
Bump version of pre-commit hooks (backport ros-controls#474) (ros-controls#475)
1 parent 0dc0ee1 commit 1cd35bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5151

5252
- repo: https://github.com/psf/black
53-
rev: 25.11.0
53+
rev: 25.12.0
5454
hooks:
5555
- id: black
5656
args: ["--line-length=99"]
@@ -63,7 +63,7 @@ repos:
6363

6464
# CPP hooks
6565
- repo: https://github.com/pre-commit/mirrors-clang-format
66-
rev: v21.1.6
66+
rev: v21.1.8
6767
hooks:
6868
- id: clang-format
6969
args: ['-fallback-style=none', '-i']
@@ -134,7 +134,7 @@ repos:
134134
exclude: CHANGELOG\.rst|\.(svg|pyc)$
135135

136136
- repo: https://github.com/python-jsonschema/check-jsonschema
137-
rev: 0.35.0
137+
rev: 0.36.0
138138
hooks:
139139
- id: check-github-workflows
140140
args: ["--verbose"]

0 commit comments

Comments
 (0)