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
757b62c4
Unverified
Commit
757b62c4
authored
May 21, 2024
by
Michael Goin
Committed by
GitHub
May 21, 2024
Browse files
[CI/Build] Codespell ignore `build/` directory (#4945)
parent
e941f885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
pyproject.toml
View file @
757b62c4
...
...
@@ -60,7 +60,7 @@ exclude = [
[tool.codespell]
ignore-words-list
=
"dout, te, indicies"
skip
=
"./tests/prompts,./benchmarks/sonnet.txt,./tests/lora/data"
skip
=
"./tests/prompts,./benchmarks/sonnet.txt,./tests/lora/data
,./build
"
[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