pyproject.toml
author Simon Sapin <simon.sapin@octobus.net>
Tue, 21 Dec 2021 21:26:14 +0100
changeset 48544 faa243f345cc
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: Store p1, p2, and hash in RevlogEntry This avoids a duplicate index lookup Differential Revision: https://phab.mercurial-scm.org/D11963

[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