view pyproject.toml @ 327:d2cede794997

Fix core pep8
author Amine Sehili <amine.sehili@gmail.com>
date Mon, 21 Oct 2019 21:16:31 +0100
parents 1c1bec063103
children edcc102fb33f
line wrap: on
line source
[tool.black]
line-length = 79
include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \.hg
  | \.mypy_cache
  | \.tox
  | \.venv
  | _build
  | buck-out
  | build
  | dist
)/
'''