pyproject.toml
author Arun Kulshreshtha <akulshreshtha@janestreet.com>
Tue, 16 Aug 2022 11:19:54 -0400
changeset 49423 a974c52fb79a
parent 48004 58fe6d127a01
permissions -rw-r--r--
relnotes: mention chg behavior change when given --cwd

[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