pyproject.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 13:22:12 -0700
changeset 48861 7265e5b1d18e
parent 48004 58fe6d127a01
permissions -rw-r--r--
tests: always encode session Differential Revision: https://phab.mercurial-scm.org/D12239

[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