From dddc0a9a83838af34b704cc424dfd1cac675046b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 30 Aug 2023 13:48:58 -0300 Subject: [PATCH] consolidate: Add type tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- blueos_repository/consolidate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blueos_repository/consolidate.py b/blueos_repository/consolidate.py index 803b0fa..d334feb 100755 --- a/blueos_repository/consolidate.py +++ b/blueos_repository/consolidate.py @@ -60,6 +60,7 @@ class ExtensionType(StrEnum): EXAMPLE = "example" THEME = "theme" OTHER = "other" + TOOL = "tool" # pylint: disable=too-many-instance-attributes