pyproject.toml
author Augie Fackler <augie@google.com>
Wed, 05 Jan 2022 13:36:05 -0500
changeset 48539 b9d5ad7146a3
parent 48004 58fe6d127a01
permissions -rw-r--r--
git: add opener attribute to gitstore Differential Revision: https://phab.mercurial-scm.org/D11958

[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