0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

refactor(isort): added bec_widgets as known first party package

This commit is contained in:
2024-06-08 11:23:04 +02:00
parent 1c7f4912ce
commit 9c5a471234

View File

@ -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"