pyproject.toml 207 B

123456
  1. [tool.black]
  2. # max line length; same as 'max-line-length' in setup.cfg
  3. line-length = 120
  4. # Python versions that should be supported by the produced output
  5. target-version = ['py37', 'py38', 'py39', 'py310']