pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 01 Oct 2021 09:21:52 +0200
changeset 48158 da304f78a0e1
parent 48004 58fe6d127a01
permissions -rw-r--r--
dirstate-item: replace call to new_from_p2 The constructor is on its way out, so we inline the last relevant call before dropping it. Differential Revision: https://phab.mercurial-scm.org/D11602

[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