Skip to content

Commit b3e88ec

Browse files
chore(deps): update pre-commit hooks (#4648)
updates: - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0) - [github.com/pre-commit/mirrors-clang-format: v16.0.0 → v16.0.2](pre-commit/mirrors-clang-format@v16.0.0...v16.0.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dff75a6 commit b3e88ec

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
@@ -100,7 +100,7 @@ repos:
100100

101101
# Check static types with mypy
102102
- repo: https://github.com/pre-commit/mirrors-mypy
103-
rev: "v1.1.1"
103+
rev: "v1.2.0"
104104
hooks:
105105
- id: mypy
106106
args: []
@@ -143,7 +143,7 @@ repos:
143143

144144
# Clang format the codebase automatically
145145
- repo: https://github.com/pre-commit/mirrors-clang-format
146-
rev: "v16.0.0"
146+
rev: "v16.0.2"
147147
hooks:
148148
- id: clang-format
149149
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)