pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 15 Dec 2021 15:28:41 +0100
changeset 48500 c5d6c874766a
parent 48004 58fe6d127a01
permissions -rw-r--r--
rank: actually persist revision's rank in changelog-v2 The changelog v2 format is now persisting whatever "rank" value is recorded. However keep in mind that for we do not record any value. Differential Revision: https://phab.mercurial-scm.org/D11937

[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