pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 29 Nov 2022 22:21:19 +0100
changeset 49805 ebb5e38fdafc
parent 47881 58fe6d127a01
child 52033 d4b275587847
permissions -rw-r--r--
peer-or-repo: build a repo directly in the `repo` function We skip the ambiguous _peerorrepo function to explicitly build a repo within the dedicated function. The peer scheme are therefore no longer considered to build the object.

[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