pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 15 Aug 2024 14:56:50 +0100
changeset 51803 45c467d8422c
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
localrepo: remove _readrequires function in favor of scmutil.readrequires

[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