pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 28 Jan 2022 14:24:30 +0100
changeset 48701 85c69b0dfa8f
parent 48004 58fe6d127a01
permissions -rw-r--r--
merge: break up a not-so-one-liner for readability (even if not fully satisfied this time) Differential Revision: https://phab.mercurial-scm.org/D12104

[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