pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 06 Nov 2022 12:53:03 -0500
changeset 49742 5447c1507c86
parent 47881 58fe6d127a01
permissions -rw-r--r--
delta-find: small documentation update This is not a 1-1 mapping, but a 1-n mapping. Lets make the associated comment clearer.

[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