pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 19 Sep 2022 17:34:42 -0400
branchstable
changeset 49489 58e38c1a2370
parent 48004 58fe6d127a01
permissions -rw-r--r--
tests: fix tar invocation, to address issue 6740

[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