pyproject.toml
author Georges Racinet <georges.racinet@octobus.net>
Wed, 27 Sep 2023 11:34:52 +0200
changeset 51204 297fa956b6c4
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust-index: optim note for post-scaffolding removal

[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