[feature] enable NPU CI (#7935)

Co-authored-by: Even Zhou <14368888+iforgetmyname@users.noreply.github.com>
This commit is contained in:
ronnie_zheng
2025-07-20 23:12:42 +03:00
committed by GitHub
parent 1fc455e8b6
commit 93d124ef5a
4 changed files with 113 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ repos:
hooks:
- id: codespell
additional_dependencies: ['tomli']
args: ['--toml', 'python/pyproject.toml']
args: ['--toml', 'python/pyproject.toml', '-L', 'cann']
exclude: test/srt/test_reasoning_parser.py # Exclude the test file that is expected to fail
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8