Skip to content

Commit

Permalink
Dependencies: Update Ruff
Browse files Browse the repository at this point in the history
v0.6.5

Signed-off-by: kingbri <bdashore3@proton.me>
  • Loading branch information
kingbri1 committed Sep 20, 2024
1 parent c616b3b commit b4cda78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -144,6 +144,8 @@ exclude = [
"node_modules",
"site-packages",
"venv",
"colab",
"docker",
]

# Same as Black.
Expand Down

0 comments on commit b4cda78

Please sign in to comment.