pyproject.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 15:45:16 -0700
changeset 48814 41bd7e8fc82e
parent 48004 58fe6d127a01
permissions -rw-r--r--
cext: remove Python 2 variant of listdir_slot() Differential Revision: https://phab.mercurial-scm.org/D12225

[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