pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 18 Apr 2023 15:26:55 +0200
branchstable
changeset 50438 4ca794f4e6a3
parent 48004 58fe6d127a01
permissions -rw-r--r--
debug-delta: add minimal documentation for `devel.bundle-delta` option So the next person won't have to grep the code to know what it is doing.

[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