pyproject.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 09 Nov 2021 21:56:04 +0530
branchstable
changeset 48315 a44bb185f6bd
parent 48004 58fe6d127a01
permissions -rw-r--r--
merge with default

[build-system]
requires = ["setuptools", "wheel"]

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true