Skip to content

Commit ad146b2

Browse files
[pre-commit.ci] pre-commit autoupdate (#3933)
updates: - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1) - [github.com/pre-commit/mirrors-clang-format: v14.0.1 → v14.0.3](pre-commit/mirrors-clang-format@v14.0.1...v14.0.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2e33130 commit ad146b2

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
@@ -32,7 +32,7 @@ repos:
3232

3333
# Upgrade old Python syntax
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: "v2.32.0"
35+
rev: "v2.32.1"
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -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.1"
167+
rev: "v14.0.3"
168168
hooks:
169169
- id: clang-format
170170
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)