pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 26 Aug 2022 00:48:54 +0200
changeset 49488 a7a5740b322a
parent 47881 58fe6d127a01
permissions -rw-r--r--
perf: make perf::bundle compatible before 61ba04693d65 A small change to make it compatible with a wider set of revision.

[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