pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 25 Sep 2023 11:23:38 +0200
changeset 51014 ffb393dd5999
parent 47881 58fe6d127a01
child 52033 d4b275587847
permissions -rw-r--r--
perf: ensure all readlog's reading is done within a `reading` context We are about to enforce this at the revlog level, so we update the perf code in advance.

[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