pyproject.toml 131 B

12345678
  1. [tool.black]
  2. line-length = 79
  3. [tool.isort]
  4. include_trailing_comma = true
  5. line_length = 79
  6. multi_line_output = 3
  7. profile = "black"