pyproject.toml 202 B

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