pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 03 Feb 2023 12:54:17 +0100
branchstable
changeset 49977 b5ecd0bcbcd7
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
fix: add more information to the debug output The previous debug output did not help to understand which file where fixed in which revision. The new output should cover that.

[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