pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 24 Nov 2021 04:59:48 +0100
changeset 48400 0b3f3a3ca50a
parent 48004 58fe6d127a01
permissions -rw-r--r--
dirstate-item: ignore mtime to write v1 when `mtime-second-ambiguous` is set We cannot preserve that information in the v1 format so that mtime is ambiguous. Differential Revision: https://phab.mercurial-scm.org/D11844

[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