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",
|
"sentence-transformers",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
"ruff == 0.3.2"
|
"ruff == 0.6.5"
|
||||||
]
|
]
|
||||||
cu121 = [
|
cu121 = [
|
||||||
# Torch (Extra index URLs not support in pyproject.toml)
|
# Torch (Extra index URLs not support in pyproject.toml)
|
||||||
|
|
@ -144,6 +144,8 @@ exclude = [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"site-packages",
|
"site-packages",
|
||||||
"venv",
|
"venv",
|
||||||
|
"colab",
|
||||||
|
"docker",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Same as Black.
|
# Same as Black.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue