view pyproject.toml @ 49611:2afee2176775

delta-find: expand a function definition and call before extendin it This make the next changeset more compact.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 06 Nov 2022 13:46:08 -0500
parents 58fe6d127a01
children
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