pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 06 Jun 2023 04:56:54 +0200
changeset 50678 459681233b1f
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
perf: add a perf::stream-consume We know how long it take to generate, lets check how long it take to apply now.

[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