pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 28 Mar 2022 23:39:28 +0200
changeset 49117 4c562108384f
parent 48004 58fe6d127a01
permissions -rw-r--r--
dirstatemap: move `_refresh_entry` out of the common methods This is only used in the Python implementation now Differential Revision: https://phab.mercurial-scm.org/D12515

[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