Skip to content

Commit e7ca51f

Browse files
Bump version of pre-commit hooks (#150)
Co-authored-by: christophfroehlich <[email protected]>
1 parent 82904dc commit e7ca51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.19.1
39+
rev: v3.20.0
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: v20.1.3
65+
rev: v20.1.5
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']

0 commit comments

Comments
 (0)