Philipp Hörist pushed to branch isort-ruff at gajim / gajim
Commits: 957f9236 by cal0pteryx at 2026-04-09T22:14:21+02:00 cq: Format imports with Ruff - - - - - 2 changed files: - pyproject.toml - test/database/test_retractions.py Changes: ===================================== pyproject.toml ===================================== @@ -322,10 +322,12 @@ section-order = [ "standard-library", "third-party", "first-party", + "gtk", "local-folder" ] [tool.ruff.lint.isort.sections] +gtk = ["gajim.gtk"] typing = ["_typeshed", "typing", "typing_extensions"] [tool.ruff.format] ===================================== test/database/test_retractions.py ===================================== @@ -7,7 +7,6 @@ import unittest from datetime import datetime from datetime import UTC -from test.database.util import mk_utc_dt from nbxmpp.protocol import JID from sqlalchemy import select @@ -22,6 +21,7 @@ from gajim.common.storage.archive.models import Occupant from gajim.common.storage.archive.models import Retraction from gajim.common.storage.archive.storage import MessageArchiveStorage +from test.database.util import mk_utc_dt class RetractionTest(unittest.TestCase): View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/957f9236519efda06a54d28a87552c818cf140bc -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/957f9236519efda06a54d28a87552c818cf140bc You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
