pyproject.toml 261 B

12345678910111213
  1. # See PEP 518 for the spec of this file
  2. # https://www.python.org/dev/peps/pep-0518/
  3. [tool.black]
  4. line-length = 120
  5. target_version = ['py38', 'py39', 'py310']
  6. skip-string-normalization = true
  7. [tool.isort]
  8. profile = "black"
  9. [tool.pylint]
  10. max-line-length = 120