pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 12 Jul 2022 01:13:56 +0200
changeset 49414 3c5d0f879404
parent 48004 58fe6d127a01
permissions -rw-r--r--
perf-unbundle: add a perf command to time the unbundle operation Check documentation for details.

[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