pyproject.toml
author pacien <pacien.trangirard@pacien.net>
Tue, 16 Nov 2021 18:54:05 +0100
changeset 48519 35ebe6f824be
parent 48004 58fe6d127a01
permissions -rw-r--r--
hg-cpython: use ancestor iterator impls from vcsgraph Differential Revision: https://phab.mercurial-scm.org/D11947

[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