pyproject.toml 222 B

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