pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 03 Nov 2022 15:57:37 +0100
branchstable
changeset 49566 05ef5f097df4
parent 48004 58fe6d127a01
permissions -rw-r--r--
rhg: stop shadowing `exit` function This will be useful for the next patch which needs it.

[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