pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 18 Sep 2023 17:11:11 +0200
changeset 51191 13f58ce70299
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
rust-revlog: teach the revlog opening code to read the repo options This will become necessary as we start writing revlog data from Rust.

[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