pyproject.toml
author Augie Fackler <augie@google.com>
Wed, 02 Mar 2022 10:13:09 -0500
changeset 48831 40e35034eac8
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
setup: unconditionally do this python 3 step Differential Revision: https://phab.mercurial-scm.org/D12275

[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