Skip to content

Commit

Permalink
chore(deps): Bump Ruff (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson authored Nov 24, 2024
1 parent e32bae4 commit 3fc1202
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion mealie/db/models/household/shopping_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def clear(self) -> None:
self.shopping_list_ids.clear()


session_buffer_context = ContextVar("session_buffer", default=SessionBuffer())
session_buffer_context = ContextVar("session_buffer", default=SessionBuffer()) # noqa: B039


@event.listens_for(ShoppingListItem, "after_insert")
Expand Down
40 changes: 20 additions & 20 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pylint = "^3.0.0"
pytest = "^8.0.0"
pytest-asyncio = "^0.24.0"
rich = "^13.5.2"
ruff = "^0.7.0"
ruff = "^0.8.0"
types-PyYAML = "^6.0.4"
types-python-dateutil = "^2.8.18"
types-python-slugify = "^6.0.0"
Expand Down

0 comments on commit 3fc1202

Please sign in to comment.