pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 07 Nov 2023 16:59:37 +0100
branchstable
changeset 51128 26c57e7a0890
parent 48004 58fe6d127a01
permissions -rw-r--r--
Added signature for changeset 27055614b685

[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