view pyproject.toml @ 49678:efbbc2f9121e

delta-find: use a smarter object for snapshot caching This open the way for a longer lived cache.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 06 Nov 2022 16:56:23 -0500
parents 58fe6d127a01
children d4b275587847
line wrap: on
line source

[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