pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 14 Sep 2023 10:52:09 +0100
branchstable
changeset 50785 eccf7dc7c91e
parent 47881 58fe6d127a01
permissions -rw-r--r--
revlog: make the rust test for node hex prefix resolution exercise the nodemap

[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