We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff75a6 commit b3e88ecCopy full SHA for b3e88ec
.pre-commit-config.yaml
@@ -100,7 +100,7 @@ repos:
100
101
# Check static types with mypy
102
- repo: https://github.com/pre-commit/mirrors-mypy
103
- rev: "v1.1.1"
+ rev: "v1.2.0"
104
hooks:
105
- id: mypy
106
args: []
@@ -143,7 +143,7 @@ repos:
143
144
# Clang format the codebase automatically
145
- repo: https://github.com/pre-commit/mirrors-clang-format
146
- rev: "v16.0.0"
+ rev: "v16.0.2"
147
148
- id: clang-format
149
types_or: [c++, c, cuda]
0 commit comments