maubot/pyproject.toml

14 lines
287 B
TOML
Raw Permalink Normal View History

2022-03-25 12:22:37 +00:00
[tool.isort]
profile = "black"
force_to_top = "typing"
from_first = true
combine_as_imports = true
known_first_party = "mautrix"
line_length = 99
skip = ["maubot/management/frontend"]
[tool.black]
line-length = 99
2024-03-07 14:25:12 +00:00
target-version = ["py310"]
2022-03-25 12:22:37 +00:00
force-exclude = "maubot/management/frontend"