You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
161B

  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"