pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 28 Apr 2022 16:24:55 +0200
branchstable
changeset 49154 51262af89efe
parent 48004 58fe6d127a01
permissions -rw-r--r--
test-dirstate: use new `--docket` flag to get the data uuid This is more robust. Differential Revision: https://phab.mercurial-scm.org/D12592

[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