mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
14 lines
287 B
TOML
14 lines
287 B
TOML
[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
|
|
target-version = ["py310"]
|
|
force-exclude = "maubot/management/frontend"
|