pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 18 Jan 2022 12:02:50 +0100
changeset 48649 a746d13987a6
parent 48004 58fe6d127a01
permissions -rw-r--r--
stream-requirements: smoother matching in test-ssh-proto.t The value of `streamreqs` changes depending of the format used, but this is not relevant for this tests. So we doing a smarter matching of the line to avoid this test interfering with format changes in the future. Differential Revision: https://phab.mercurial-scm.org/D12080

[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