Skip to content

Commit ee1ad5a

Browse files
Bump version of pre-commit hooks (backport #99) (#100)
Bump version of pre-commit hooks (#99) Co-authored-by: christophfroehlich <[email protected]> (cherry picked from commit 6e2eaf9) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 005a904 commit ee1ad5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.19.0
39+
rev: v3.19.1
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py36-plus]
@@ -62,7 +62,7 @@ repos:
6262

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

0 commit comments

Comments
 (0)