From d8d9571761002c4d7cb6db7204e9ffc15244491b Mon Sep 17 00:00:00 2001 From: alexAubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:55:01 +0000 Subject: [PATCH] :art: Format Python code with Black --- tools/update_app_levels/update_app_levels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/update_app_levels/update_app_levels.py b/tools/update_app_levels/update_app_levels.py index 48c66c73..b1067c51 100755 --- a/tools/update_app_levels/update_app_levels.py +++ b/tools/update_app_levels/update_app_levels.py @@ -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...