pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Nov 2023 01:13:40 +0100
changeset 51326 01db705bbe32
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
delta-find: move tested in the _DeltaSearch.__init__ Now that we have an object we can initialize that attribute at initialization time. This will make it available for more method in the future, allowing to split the code.

[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