pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Tue, 07 Dec 2021 18:12:13 +0000
changeset 48457 1fb3615dfce2
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: centralize index header parsing Centralize index header parsing, parse the generaldelta flag, and leave breadcrumbs to relate the code to python. Differential Revision: https://phab.mercurial-scm.org/D11881

[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