pyproject.toml
author Simon Sapin <simon.sapin@octobus.net>
Fri, 17 Dec 2021 16:54:22 +0100
changeset 48548 c9abfb80b4e3
parent 47881 58fe6d127a01
child 52033 d4b275587847
permissions -rw-r--r--
rhg: Properly format warnings related to ignore patterns Differential Revision: https://phab.mercurial-scm.org/D11941

[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