pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 28 Jan 2022 11:35:41 +0100
changeset 48762 d5121df04808
parent 48004 58fe6d127a01
permissions -rw-r--r--
rank: add context and template keyword This makes the stored rank property accessible, to be expanded and printed. Differential Revision: https://phab.mercurial-scm.org/D12140

[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