pyproject.toml
author Augie Fackler <augie@google.com>
Tue, 04 Jan 2022 14:21:22 -0500
changeset 48559 6bd42f9bc97e
parent 47881 58fe6d127a01
permissions -rw-r--r--
merge: with stable

[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