Skip to content

Commit 21f0e72

Browse files
[pre-commit.ci] pre-commit autoupdate (#4003)
1 parent 0e956a2 commit 21f0e72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: "v4.2.0"
18+
rev: "v4.3.0"
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -32,7 +32,7 @@ repos:
3232

3333
# Upgrade old Python syntax
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: "v2.33.0"
35+
rev: "v2.34.0"
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -123,7 +123,7 @@ repos:
123123

124124
# Check static types with mypy
125125
- repo: https://github.com/pre-commit/mirrors-mypy
126-
rev: "v0.960"
126+
rev: "v0.961"
127127
hooks:
128128
- id: mypy
129129
args: []
@@ -164,7 +164,7 @@ repos:
164164

165165
# Clang format the codebase automatically
166166
- repo: https://github.com/pre-commit/mirrors-clang-format
167-
rev: "v14.0.3"
167+
rev: "v14.0.4-1"
168168
hooks:
169169
- id: clang-format
170170
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)