Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba32a25

Browse files
[pre-commit.ci] pre-commit autoupdate (#1986)
1 parent f199212 commit ba32a25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v22.1.0 # Or pin to your preferred clang-format version
3+
rev: v22.1.1 # Or pin to your preferred clang-format version
44
hooks:
55
- id: clang-format
66
files: \.(c|h|cpp|hpp|proto|cu|cuh)$
77
exclude: ^(apex/contrib/csrc/multihead_attn/cutlass|apex/contrib/csrc/cudnn-frontend)/
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.15.4
10+
rev: v0.15.6
1111
hooks:
1212
- id: ruff-check
1313
args: ["--fix"]

0 commit comments

Comments
 (0)