pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Fri, 26 Nov 2021 15:38:04 +0100
changeset 48770 f19be290756a
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: signal when falling back in logs We use the `trace` level for the actual message because it can get really busy. Differential Revision: https://phab.mercurial-scm.org/D11814

[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