mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
refactor(isort): added bec_widgets as known first party package
This commit is contained in:
@ -60,6 +60,7 @@ profile = "black"
|
|||||||
line_length = 100
|
line_length = 100
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
include_trailing_comma = true
|
include_trailing_comma = true
|
||||||
|
known_first_party = ["bec_widgets"]
|
||||||
|
|
||||||
[tool.semantic_release]
|
[tool.semantic_release]
|
||||||
build_command = "python -m build"
|
build_command = "python -m build"
|
||||||
|
Reference in New Issue
Block a user