Files
mautrix-telegram/pyproject.toml
T
2022-03-28 22:29:22 +03:00

12 lines
203 B
TOML

[tool.isort]
profile = "black"
force_to_top = "typing"
from_first = true
combine_as_imports = true
known_first_party = "mautrix"
line_length = 99
[tool.black]
line-length = 99
target-version = ["py38"]