pyproject.toml 232 B

123456789101112
  1. [tool.isort]
  2. profile = "black"
  3. force_to_top = "typing"
  4. from_first = true
  5. combine_as_imports = true
  6. known_first_party = "mautrix"
  7. line_length = 99
  8. [tool.black]
  9. line-length = 99
  10. target-version = ["py38"]
  11. required-version = "21.12b0"