view pyproject.toml @ 49782:cafe34655335 stable

hghave: detect Python 3.10 and 3.11 as well Noticed because test-contrib-relnotes.t was skipped.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 11 Dec 2022 16:44:50 +0400
parents 58fe6d127a01
children
line wrap: on
line source

[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