pyproject.toml
author Simon Sapin <simon.sapin@octobus.net>
Tue, 09 Nov 2021 17:09:40 +0100
changeset 48336 5b9865032533
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: $HG_PENDING is not supported Trigger fallback in that case, if configured to do so. Differential Revision: https://phab.mercurial-scm.org/D11758

[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