mirror of
https://github.com/maubot/rss.git
synced 2025-02-02 19:34:48 -05:00
12 lines
216 B
TOML
12 lines
216 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 = ["py310"]
|