pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 23 Feb 2024 03:32:35 +0100
changeset 51434 dd519ea71416
parent 48004 58fe6d127a01
permissions -rw-r--r--
chainsaw-update: lock the repository for the duration of the operation This should prevent and catch some misusage where something else try to touch the repository.

[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