view pyproject.toml @ 51436:827b89714a8d

perf: add a --as-push option to perf::unbundle This turned out to make a quite significant difference.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 23 Feb 2024 14:07:33 +0100
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