pyproject.toml 192 B

12345678910
  1. [tool.black]
  2. line-length = 120
  3. required-version = "22.3.0"
  4. [tool.isort]
  5. profile = "black"
  6. line_length = 120
  7. combine_as_imports = true
  8. combine_star = true
  9. known_local_folder = ["tests", "cli"]