pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 02 Dec 2023 02:12:21 +0100
branchstable
changeset 51158 e9eac01c57f3
parent 48004 58fe6d127a01
permissions -rw-r--r--
revlog: add a `may_inline` argument to revlog This allow for a clean skipping of the inline feature when needed, for example by censor.

[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