Skip to content

Commit fa4f95b

Browse files
authored
Bump version of pre-commit hooks (backport #1725) (#1727)
1 parent 4b50c76 commit fa4f95b

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
@@ -37,7 +37,7 @@ repos:
3737

3838
# Python hooks
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.19.1
40+
rev: v3.20.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py36-plus]
@@ -63,7 +63,7 @@ repos:
6363

6464
# CPP hooks
6565
- repo: https://github.com/pre-commit/mirrors-clang-format
66-
rev: v20.1.3
66+
rev: v20.1.5
6767
hooks:
6868
- id: clang-format
6969
args: ['-fallback-style=none', '-i']

0 commit comments

Comments
 (0)