Skip to content

Commit

Permalink
chore: bump Ruff to 0.5.7 (#7174)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 authored Aug 12, 2024
1 parent c48584f commit ccb6ddd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def extract(self) -> list[Document]:
from unstructured.file_utils.filetype import FileType, detect_filetype

unstructured_version = tuple(
[int(x) for x in __unstructured_version__.split(".")]
int(x) for x in __unstructured_version__.split(".")
)
# check the file extension
try:
Expand Down
40 changes: 20 additions & 20 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ pytest-mock = "~3.14.0"
optional = true

[tool.poetry.group.lint.dependencies]
ruff = "~0.5.1"
ruff = "~0.5.7"
dotenv-linter = "~0.5.0"

0 comments on commit ccb6ddd

Please sign in to comment.