Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.4.3 (#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson committed May 5, 2024
1 parent 6991dff commit dabd93c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ repos:
exclude: ^tests/data/
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.2
rev: v0.4.3
hooks:
- id: ruff-format
2 changes: 1 addition & 1 deletion mealie/routes/_base/base_controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from mealie.services.event_bus_service.event_types import EventDocumentDataBase, EventTypes


class _BaseController(ABC):
class _BaseController(ABC): # noqa: B024
session: Session = Depends(generate_session)
translator: Translator = Depends(local_provider)

Expand Down
36 changes: 18 additions & 18 deletions poetry.lock

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

0 comments on commit dabd93c

Please sign in to comment.