pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 10 Jun 2022 19:54:08 +0200
changeset 49353 fa8d974284f8
parent 48004 58fe6d127a01
permissions -rw-r--r--
test: fix test-sparse-revlog output after debugdeltachain change We need to get this test covered by the CI, in the meantime, here is a quick fix.

[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