pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Sat, 19 Mar 2022 15:44:38 +0100
changeset 49064 c75dae6e4ca7
parent 47881 58fe6d127a01
permissions -rw-r--r--
rhg: sort unsupported extensions in error message This caused some flakiness in test output, and is also just better for users. Differential Revision: https://phab.mercurial-scm.org/D12389

[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