pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 19 Apr 2023 16:59:03 +0200
branchstable
changeset 50434 ca1522fe4ec8
parent 48004 58fe6d127a01
permissions -rw-r--r--
delta-find: assume the target-rev if not specified This will be useful in the next patch, but I am putting it in its own commit to make sure we can easily bisect any subtle side effect. (none are expected, but still)

[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