pyproject.toml
author Julien Cristau <jcristau@debian.org>
Sat, 09 Apr 2022 14:41:55 +0200
changeset 49057 27ef2aa953dd
parent 48004 58fe6d127a01
permissions -rw-r--r--
sslutil: support TLSV1_ALERT_PROTOCOL_VERSION reason code It looks like python 3.10 returns a different reason code on protocol version mismatch. Differential Revision: https://phab.mercurial-scm.org/D12491

[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