pyproject.toml
author Georges Racinet <georges.racinet@octobus.net>
Fri, 29 Sep 2023 20:51:49 +0200
changeset 51217 898674a4dbc7
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust-index: headrevsfiltered() returning Rust result

[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