pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 19 May 2022 00:51:36 +0100
changeset 49223 13e523228623
parent 48004 58fe6d127a01
permissions -rw-r--r--
debugdeltachain: detect a special case where parents are "skipped" See inline comment for details, this is a case where the delta is neither against p1 or p2, Yet it is still a simple delta part of a simple chain. We now display them as `skip1/skip2` instead of `other`.

[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