refactor: formatter

This commit is contained in:
2024-11-19 22:04:38 +01:00
parent ff5c1fea8d
commit 5be2d64f5c
7 changed files with 17 additions and 13 deletions

View File

@ -52,7 +52,7 @@ profile = "black"
line_length = 100
multi_line_output = 3
include_trailing_comma = true
known_first_party = ["bec_widgets"]
known_first_party = ["bec_atlas"]
[tool.semantic_release]
build_command = "python -m build"