Skip to content

Commit a06da97

Browse files
mamueluthgithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent 28cb552 commit a06da97

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
@@ -36,7 +36,7 @@ repos:
3636

3737
# Python hooks
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.15.1
39+
rev: v3.15.2
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py36-plus]
@@ -49,7 +49,7 @@ repos:
4949
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 24.2.0
52+
rev: 24.3.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=99"]
@@ -62,7 +62,7 @@ repos:
6262

6363
# CPP hooks
6464
- repo: https://github.com/pre-commit/mirrors-clang-format
65-
rev: v18.1.0
65+
rev: v18.1.2
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']

0 commit comments

Comments
 (0)