pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Fri, 08 Apr 2022 17:55:03 +0200
changeset 49133 23a5659125c8
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust-dirstatemap: add simpler version of `get_node_mut` This will help reduce code and footgun potential for simpler callers. Differential Revision: https://phab.mercurial-scm.org/D12531

[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