Skip to content

Commit 0975d09

Browse files
committed
skip typo for xpu
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent bef7c47 commit 0975d09

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ jobs:
1717
- uses: pre-commit/action@v3.0.0
1818
env:
1919
RUFF_OUTPUT_FORMAT: github
20-
with:
21-
extra_args: >
22-
--exclude ./bitsandbytes/csrc/xpu_ops.cpp,./bitsandbytes/csrc/xpu_ops.h,./bitsandbytes/csrc/xpu_kernels.cpp,./bitsandbytes/csrc/xpu_kernels.h

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ repos:
2121
rev: v1.26.0
2222
hooks:
2323
- id: typos
24+
exclude: ^csrc/xpu*$
2425
- repo: https://github.com/pre-commit/mirrors-clang-format
2526
rev: v20.1.6
2627
hooks:

0 commit comments

Comments
 (0)