Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
06767826
Unverified
Commit
06767826
authored
Feb 13, 2025
by
Tyler Michael Smith
Committed by
GitHub
Feb 13, 2025
Browse files
[Bugfix][CI] Inherit codespell settings from pyproject.toml in the pre-commit-config (#13237)
parent
09545c0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.pre-commit-config.yaml
.pre-commit-config.yaml
+2
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
.pre-commit-config.yaml
View file @
06767826
...
...
@@ -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
:
...
...
pyproject.toml
View file @
06767826
...
...
@@ -93,7 +93,7 @@ exclude = [
[tool.codespell]
ignore-words-list
=
"dout, te, indicies, subtile, ElementE"
skip
=
"
./
tests/models/fixtures
,./
tests/prompts
,./
benchmarks/sonnet.txt,
./
tests/lora/data
,./
build"
skip
=
"tests/models/fixtures
/*,
tests/prompts
/*,
benchmarks/sonnet.txt,tests/lora/data
/*,
build
/*,vllm/third_party/*
"
[tool.isort]
use_parentheses
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment