Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f199212 commit ba32a25Copy full SHA for ba32a25
1 file changed
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/pre-commit/mirrors-clang-format
3
- rev: v22.1.0 # Or pin to your preferred clang-format version
+ rev: v22.1.1 # Or pin to your preferred clang-format version
4
hooks:
5
- id: clang-format
6
files: \.(c|h|cpp|hpp|proto|cu|cuh)$
7
exclude: ^(apex/contrib/csrc/multihead_attn/cutlass|apex/contrib/csrc/cudnn-frontend)/
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.15.4
+ rev: v0.15.6
11
12
- id: ruff-check
13
args: ["--fix"]
0 commit comments