pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Mar 2023 15:33:04 +0100
changeset 50267 f92afdf3cff9
parent 47881 58fe6d127a01
permissions -rw-r--r--
transaction: remove the `branch` backup for transaction We can now back it up at the end of the transaction as we do for the rest of the dirstate.

[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