pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 07 Apr 2022 15:46:07 +0200
branchstable
changeset 49049 e31bba4c1be3
parent 48004 58fe6d127a01
permissions -rw-r--r--
help: clarify the unit of `ui.large-file-limit` config Its might be a bit confusing, especially since `large-file.min-size` uses MB. Differential Revision: https://phab.mercurial-scm.org/D12483

[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