pyproject.toml
author Franck Bret <franck.bret@octobus.net>
Mon, 19 Dec 2022 16:22:01 +0100
changeset 49819 b1e4c74beb6f
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
debug: add debug-revlog-stats command Display statistics about revlogs in the store. Useful to get an approximate size of a repository, etc. More statistics will be added in the future.

[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