Dependencies: Update Ruff
v0.6.5 Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
c616b3b1ee
commit
b4cda78bcc
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ extras = [
|
|||
"sentence-transformers",
|
||||
]
|
||||
dev = [
|
||||
"ruff == 0.3.2"
|
||||
"ruff == 0.6.5"
|
||||
]
|
||||
cu121 = [
|
||||
# Torch (Extra index URLs not support in pyproject.toml)
|
||||
|
|
@ -144,6 +144,8 @@ exclude = [
|
|||
"node_modules",
|
||||
"site-packages",
|
||||
"venv",
|
||||
"colab",
|
||||
"docker",
|
||||
]
|
||||
|
||||
# Same as Black.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue