2022-03-26 14:32:18 +02:00
|
|
|
[tool.isort]
|
|
|
|
profile = "black"
|
|
|
|
force_to_top = "typing"
|
|
|
|
from_first = true
|
|
|
|
combine_as_imports = true
|
|
|
|
known_first_party = ["mautrix", "maubot"]
|
|
|
|
line_length = 99
|
|
|
|
|
|
|
|
[tool.black]
|
|
|
|
line-length = 99
|
2025-01-30 14:08:04 +02:00
|
|
|
target-version = ["py310"]
|