pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 17 Apr 2024 12:28:48 +0200
changeset 51600 ee1b648e4453
parent 48004 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