pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 26 Feb 2023 16:27:50 +0100
branchstable
changeset 50233 cf0d7cd6a6fa
parent 48004 58fe6d127a01
permissions -rw-r--r--
dirstate: add v1-v2 variants to the dirstate's read race tests More cases mean different issues.

[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