pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 15 Nov 2022 18:08:56 +0100
changeset 49737 78ba41878f2e
parent 47881 58fe6d127a01
permissions -rw-r--r--
delta-find: add debug information about reuse of cached data This will help us to understand the behavior of find-delta during a pull.

[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