[Bugfix][CI] Inherit codespell settings from pyproject.toml in the pre-commit-config (#13237)
This commit is contained in:
committed by
GitHub
parent
09545c0a94
commit
067678262a
@@ -19,7 +19,8 @@ repos:
|
||||
rev: v2.4.0
|
||||
hooks:
|
||||
- id: codespell
|
||||
exclude: 'benchmarks/sonnet.txt|(build|tests/(lora/data|models/fixtures|prompts))/.*|vllm/third_party/.*'
|
||||
additional_dependencies: ['tomli']
|
||||
args: ['--toml', 'pyproject.toml']
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.13.2
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user