pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 23 Feb 2024 06:25:09 +0100
changeset 51435 ad1066534237
parent 48004 58fe6d127a01
permissions -rw-r--r--
chainsaw-update: exit early if one of the intermediate command fails That will prevent the user to be presented with a start that pretend to be consistent with the request, but is not.

[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