pyproject.toml
author Simon Sapin <simon.sapin@octobus.net>
Tue, 21 Dec 2021 18:50:44 +0100
changeset 48542 35c47015b9b7
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: Expose FilelogEntry that wraps RevlogEntry This can be later extended to access metadata such as `uncompressed_len` without necessarily resolving deltas. Differential Revision: https://phab.mercurial-scm.org/D11961

[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