pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 17 Feb 2022 20:50:04 +0000
branchstable
changeset 48774 dcec16e799dd
parent 48004 58fe6d127a01
permissions -rw-r--r--
status: fix hg status race against file deletion Differential Revision: https://phab.mercurial-scm.org/D12202

[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