pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 08 Mar 2023 15:43:23 +0100
changeset 50389 b61e5f763e01
parent 48004 58fe6d127a01
permissions -rw-r--r--
bundle: add some phase boundary in the bundle type test case Same logic as the previous one, we want the tests to cover richer cases. It actually reveal a bug in `hg bundle foo.hg REMOTE` involving secret. So this is definitly not a bad idea.

[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