maubot-rss/pyproject.toml

13 lines
243 B
TOML
Raw Normal View History

2022-03-26 08:32:18 -04:00
[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"]
required-version = "22.1.0"