mirror of
https://github.com/maubot/rss.git
synced 2024-10-01 08:25:36 -04:00
12 lines
215 B
TOML
12 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"]
|