pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 05 Feb 2023 16:54:26 +0100
changeset 50008 e859f440daa9
parent 48004 58fe6d127a01
permissions -rw-r--r--
locking: grab the wlock before touching the dirstate in `perfdirstatewrite` If we touch the dirstate, we should hold the `wlock`.

[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