pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 18:04:37 +0100
changeset 49861 be3fcd9e5e52
parent 47881 58fe6d127a01
permissions -rw-r--r--
peer: dissolve `_peerlookup` into its last two callers This is about to need more changes and the function won't be useful. We do it early to clarify later changes.

[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