pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 03 Dec 2022 00:16:07 +0100
changeset 49865 ff7134e03629
parent 47881 58fe6d127a01
child 52033 d4b275587847
permissions -rw-r--r--
peer: have `repo.peer` take an optional `path` argument We are ready to start to actually set the value now.

[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