pyproject.toml
author Anton Shestakov <av6@dwimlabs.net>
Sun, 11 Dec 2022 16:44:50 +0400
branchstable
changeset 49782 cafe34655335
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
hghave: detect Python 3.10 and 3.11 as well Noticed because test-contrib-relnotes.t was skipped.

[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