pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Wed, 13 Apr 2022 14:40:11 +0100
changeset 49071 9caf23927d04
parent 48004 58fe6d127a01
permissions -rw-r--r--
branchmap: add a test that shows bad interaction with strip Differential Revision: https://phab.mercurial-scm.org/D12549

[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