pyproject.toml
author pacien <pacien.trangirard@pacien.net>
Thu, 10 Feb 2022 16:20:14 +0100
changeset 48767 654baf1faa52
parent 48004 58fe6d127a01
permissions -rw-r--r--
revlog: memset whole record instead of dealing with padding This is less error-prone. Differential Revision: https://phab.mercurial-scm.org/D12177

[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