pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 24 Nov 2021 20:51:01 -0500
changeset 48400 a71a2f72f5d8
parent 47881 58fe6d127a01
permissions -rw-r--r--
packaging: bump pygit2 to 1.7.1 Differential Revision: https://phab.mercurial-scm.org/D11805

[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