pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 06 Nov 2022 16:56:23 -0500
changeset 49678 efbbc2f9121e
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
delta-find: use a smarter object for snapshot caching This open the way for a longer lived cache.

[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