pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 18 Nov 2021 22:46:50 +0100
changeset 48382 991e6f728b50
parent 48004 58fe6d127a01
permissions -rw-r--r--
status: adapt largefile to gather stats at lookup time See the core code for details of why we are doing this. We don't factor the code in a common function yet, because we will have to adapt a bit more things in the largefile case at the end of the series. Differential Revision: https://phab.mercurial-scm.org/D11786

[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