From 9c5a471234ed2928e4527b079436db2a807c5f6f Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Sat, 8 Jun 2024 11:23:04 +0200 Subject: [PATCH] refactor(isort): added bec_widgets as known first party package --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4996138a..a438f84d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ profile = "black" line_length = 100 multi_line_output = 3 include_trailing_comma = true +known_first_party = ["bec_widgets"] [tool.semantic_release] build_command = "python -m build"