pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 07 Dec 2023 03:40:37 +0100
changeset 51178 a6c49e5d573f
parent 48004 58fe6d127a01
permissions -rw-r--r--
test: clarify test-parseindex offsets We will make this revlog non-inline, so we clarify the code to make sure it is simple to adjust the test later.

[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