pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 11 Jan 2022 21:40:08 +0100
changeset 48669 7ee07e1a25c0
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
share-safe: enable by default (BC) The feature have been around for a year (4 version) and is quite important. Lets make it enabled by default. Differential Revision: https://phab.mercurial-scm.org/D11997

[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