mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 10:13:35 -05: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user