1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Merge pull request #2140 from YunoHost/actions/black

Format Python code with Black
This commit is contained in:
Alexandre Aubin 2024-03-16 14:58:42 +01:00 committed by GitHub
commit 6d808650dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ def ci_result_is_outdated(result) -> bool:
TomlkitSortable = TypeVar("TomlkitSortable", tomlkit.items.Table, tomlkit.TOMLDocument)
def _sort_tomlkit_table(table: TomlkitSortable) -> TomlkitSortable:
# We want to reuse the table with its metadatas / comments
# first use a generic set...