pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 07 Nov 2022 20:02:32 -0500
changeset 49675 0fca63953810
parent 48004 58fe6d127a01
permissions -rw-r--r--
find-delta: minor preparatory change We are about to add more item in the cachedelta object, so lets access the item by index instead of doing a full extensions.

[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