pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Fri, 26 Nov 2021 14:29:05 +0100
branchstable
changeset 48535 799fdf4cca80
parent 48004 58fe6d127a01
permissions -rw-r--r--
docs: update Rust readme with a mention of `rhg` Differential Revision: https://phab.mercurial-scm.org/D11811

[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