pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 08 Jun 2023 01:52:35 +0200
branchstable
changeset 50650 4d84b6d52e93
parent 48004 58fe6d127a01
permissions -rw-r--r--
delta-find: move final debug processing in a `_dbg_process_data` method This will help us making sure we can call the necessary debugging code in alternative codepath.

[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