pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 18:04:51 +0100
changeset 49750 f075a9463ee7
parent 48004 58fe6d127a01
permissions -rw-r--r--
peer: use a dedicated name for the `peer` constructor We want to change the argument it takes, so we rather make them different function.

[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