pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 15 Feb 2022 23:45:30 +0100
changeset 48780 6e77083683a7
parent 48004 58fe6d127a01
permissions -rw-r--r--
upgrade: make dirstate-v2 format variant compatible with share This only affects the dirstate and is safe to upgrade in the share. Differential Revision: https://phab.mercurial-scm.org/D12197

[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