pyproject.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 25 Aug 2022 16:53:56 +0100
branchstable
changeset 49449 5579a5e18a9b
parent 48004 58fe6d127a01
permissions -rw-r--r--
tests: remove flakiness in a time-dependent test

[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