pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 27 Mar 2024 17:21:46 +0000
changeset 51553 f28d5d68b71a
parent 48004 58fe6d127a01
permissions -rw-r--r--
postincoming: avoid computing branchhead if no report will be posted This otherwise defeat some of the branch v3 optimization.

[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