pyproject.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 15 Nov 2021 20:10:50 -0800
changeset 48356 8ec4e8d7bbe6
parent 48004 58fe6d127a01
permissions -rw-r--r--
contrib: update Windows environment to Python 3.9.9 Let's keep the environment modern. Differential Revision: https://phab.mercurial-scm.org/D11775

[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