view pyproject.toml @ 48983:533820f5b997

merge: with stable
author Augie Fackler <augie@google.com>
date Fri, 25 Mar 2022 11:33:12 -0400
parents 58fe6d127a01
children
line wrap: on
line source

[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