pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 08 Mar 2024 10:51:01 +0100
changeset 51476 715be2690d28
parent 48004 58fe6d127a01
permissions -rw-r--r--
stream-clone-test: simplify the --uncompressed alias check To check that --uncompressed is an alias we just need to check it trigger a stream clone, we don't need to check anything else.

[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