pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 21 Jan 2022 20:50:40 +0100
changeset 48606 ee1235afda4b
parent 48004 58fe6d127a01
permissions -rw-r--r--
test-http-bad-server: rename config to use `-` This make things much more readable. Differential Revision: https://phab.mercurial-scm.org/D12037

[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