pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 02 Nov 2023 11:16:13 +0100
changeset 51203 7434747343ab
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust-index: check that the entry bytes are the same in both indexes This is a temporary measure to show that both the Rust and C indexes are kept in sync. Comes with some related documentation precisions. For comparison of error cases, see `index_entry_binary()` in `revlog.c`.

[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