pyproject.toml
author pacien <pacien.trangirard@pacien.net>
Fri, 28 Jan 2022 11:45:18 +0100
changeset 48763 3984e7d4b9fd
parent 48004 58fe6d127a01
permissions -rw-r--r--
rank: add minimal test This adds a small test checking the rank computation in the case of a merge. Differential Revision: https://phab.mercurial-scm.org/D12141

[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