view pyproject.toml @ 342:5187d584fe5b

Create LICENSE
author Amine SEHILI <amsehili@users.noreply.github.com>
date Sun, 10 Nov 2019 03:31:30 +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
)/
'''