pyproject.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 14 Feb 2022 18:57:12 +0100
changeset 48738 00efd2d5037d
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust: fix code formatting Differential Revision: https://phab.mercurial-scm.org/D12173

[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