view pyproject.toml @ 393:b4a77779aca5

fix link
author KevinWang <kevinwang@osensetech.com>
date Wed, 03 Nov 2021 16:35:39 +0800
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
)/
'''