pyproject.toml 161 B

12345678
  1. [tool.black]
  2. line-length = 176
  3. target-version = ['py37']
  4. include = '\.pyi?$'
  5. extend-exclude = '.+/(dist|.venv|venv|build|lib)/.+'
  6. [tool.isort]
  7. profile = "black"