pyproject.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 18 Oct 2021 19:02:40 +0200
changeset 48268 f45d35950db6
parent 47881 58fe6d127a01
permissions -rw-r--r--
dirstate: rename a `very_likely_equal` method to `likely_equal` No need to oversell it. Differential Revision: https://phab.mercurial-scm.org/D11691

[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