pyproject.toml
author pacien <pacien.trangirard@pacien.net>
Fri, 10 Dec 2021 16:25:02 +0100
changeset 48520 791f5d5f7a96
parent 48004 58fe6d127a01
permissions -rw-r--r--
hg-core: dedup LazyAncestors Iterator impl … Which has been moved to the vcsgraph crate. AncestorsIterator cannot yet be removed because it is still being used in hg-core. Differential Revision: https://phab.mercurial-scm.org/D11948

[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