pyproject.toml
author Arun Kulshreshtha <akulshreshtha@janestreet.com>
Wed, 26 Apr 2023 15:30:35 -0400
branchstable
changeset 50442 51041a1a4c59
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: correctly relativize copy source path

[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