pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 20 Jan 2022 14:02:58 +0000
branchstable
changeset 48570 f38ae2d7390e
parent 48004 58fe6d127a01
permissions -rw-r--r--
revlog: demonstrate a bug where transaction can be aborted partially Differential Revision: https://phab.mercurial-scm.org/D12008

[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