pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Mar 2023 04:46:53 +0100
changeset 50409 a53b8ddf8f3f
parent 48004 58fe6d127a01
permissions -rw-r--r--
clone-bundles: add more test cases for automatic generation See inline documentation for details.

[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