11 lines
215 B
TOML
11 lines
215 B
TOML
[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
|
|
target-version = ["py38"]
|