pyproject.toml
author Arun Kulshreshtha <akulshreshtha@janestreet.com>
Wed, 26 Apr 2023 16:18:12 -0400
branchstable
changeset 50440 a20df0150f82
parent 48004 58fe6d127a01
permissions -rw-r--r--
tests: add test for status copy source formatting

[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