pyproject.toml
author Simon Sapin <simon.sapin@octobus.net>
Sun, 03 Oct 2021 13:14:43 +0200
changeset 48208 47fabca85457
parent 47881 58fe6d127a01
permissions -rw-r--r--
dirstate-v2: Name a constant in the Rust implementation We are about to introduce a Python version of this code that will also need this constant. Differential Revision: https://phab.mercurial-scm.org/D11547

[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