view pyproject.toml @ 51965:145f66ea1664

branchmap: use the proper experimental name in cacheutil Otherwise they are not properly copied around.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Sep 2024 16:38:31 +0200
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