pyproject.toml
author Joerg Sonnenberger <joerg@bec.de>
Sat, 20 Jul 2024 00:41:37 +0200
changeset 51911 767f47fc9d42
parent 48004 58fe6d127a01
permissions -rw-r--r--
revlogutils: fix _chunk() reference _chunk is only found in the inner revlog object and not directly exposed outside.

[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