pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 28 Jun 2023 11:36:22 +0200
changeset 51214 e79b0a4be3a7
parent 47881 58fe6d127a01
permissions -rw-r--r--
rust-index: check equality between rust and cindex for `__len__`

[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