mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
chore(deps): update dependency ruff to ^0.9.0 (#4871)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
ea0bec2336
commit
2c2de1e95b
22 changed files with 124 additions and 138 deletions
|
@ -39,9 +39,9 @@ def test_alembic_revisions_are_in_order() -> None:
|
|||
last = None
|
||||
for migration in migrations:
|
||||
if last is not None:
|
||||
assert (
|
||||
last.revision == migration.down_revision
|
||||
), f"{last.revision} != {migration.down_revision} for {migration.path}"
|
||||
assert last.revision == migration.down_revision, (
|
||||
f"{last.revision} != {migration.down_revision} for {migration.path}"
|
||||
)
|
||||
|
||||
last = migration
|
||||
last = migration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue