pyproject.toml
author Simon Sapin <simon.sapin@octobus.net>
Thu, 23 Sep 2021 15:36:43 +0200
changeset 48065 2ac0e6b23222
parent 47881 58fe6d127a01
permissions -rw-r--r--
dirstate: Replace dropfile with drop_item_and_copy_source Those removing a DirstateItem and a copy source are always done together Differential Revision: https://phab.mercurial-scm.org/D11493

[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