mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-24 08:19:19 +00:00
Dependencies: Update Ruff
v0.6.5 Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user