pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 28 Feb 2024 22:46:12 +0100
changeset 51483 78b437526715
parent 48004 58fe6d127a01
permissions -rw-r--r--
stream-clone-test: simplify case testing obsolescence There is only two important things in this test: - the number of file we send, to show we picked the obsstore. - the resulting state, to show we did alter things in the process. The rest are of the number are very fragile and consume a lot of time for little value when adjusting formats, caches, and protocol.

[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