pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Fri, 06 Jan 2023 16:01:31 +0000
changeset 49962 becd16690cbe
parent 47881 58fe6d127a01
child 52033 d4b275587847
permissions -rw-r--r--
debug: add a config to abort update early This is useful to benchmark the parts of [hg update] that come before the parallel worker.

[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