pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 12 Dec 2023 17:08:45 +0100
changeset 51273 79cd29d598af
parent 48004 58fe6d127a01
permissions -rw-r--r--
dirstate: make the `transaction` argument of `setbranch` mandatory This is deprecated since 6.4. We should drop it now.

[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