pyproject.toml
author Arun Kulshreshtha <akulshreshtha@janestreet.com>
Wed, 26 Apr 2023 15:31:02 -0400
branchstable
changeset 50441 668a871454e8
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: don't print copy source when --no-status is passed

[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