pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 03 Dec 2022 03:45:39 +0100
changeset 49747 8a38cd76588f
parent 48004 58fe6d127a01
permissions -rw-r--r--
clone: explicitly detect the need to fetch a peer Instead of having `peer()` method on all `peer()` for this usecase, we could simply handle it explicitly.

[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