pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 22 Jun 2023 11:28:17 +0200
changeset 50715 0ab3956540a6
parent 47881 58fe6d127a01
permissions -rw-r--r--
branching: merge stable into default

[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