pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 27 Jan 2022 15:22:09 +0100
changeset 48692 4933086bebf5
parent 48004 58fe6d127a01
permissions -rw-r--r--
stream-clone: add 5000 changesets to test-clone-stream-format This make sure the changelog is not inlined. We needs this to test coming behavior change around persistent-nodemap. Differential Revision: https://phab.mercurial-scm.org/D12095

[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