pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 26 Jul 2022 10:39:27 +0200
branchstable
changeset 49403 ac4fda5d3ccd
parent 48004 58fe6d127a01
permissions -rw-r--r--
debug-discovery: do not abort on unrelated repositories This is a useful case to consider, so we should not abort in this case. A warning is still issued.

[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