view pyproject.toml @ 389:9e143e277d51

Fix equations in doc
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 02 Mar 2021 21:49:44 +0100
parents bd242e80455f
children 70abdb92149a
line wrap: on
line source
[tool.black]
line-length = 80
include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \.hg
  | \.mypy_cache
  | \.tox
  | \.venv
  | _build
  | buck-out
  | build
  | dist
)/
'''