view pyproject.toml @ 48080:3195324cacd5 stable

Added tag 5.9.2 for changeset 750920b18aaa
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 05 Oct 2021 21:17:23 +0530
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