pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 28 Feb 2023 00:04:32 +0100
branchstable
changeset 50213 f5e4248e5bce
parent 48004 58fe6d127a01
permissions -rw-r--r--
dirstate: add some debug output when writing the dirstate This helps debugging Mercurial behavior in the dirstate-v2 case.

[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