pyproject.toml 92 B

1234
  1. [tool.black]
  2. line-length = 80
  3. target-version = ['py36', 'py37', 'py38']
  4. include = '\.pyi?$'