pyproject.toml 176 B

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