pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 29 Jun 2023 16:09:57 +0200
changeset 51187 8c4e8d06432e
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust-mixed-index: move the mmap keepalive into a function The same code will be used for keeping the new index mmap around.

[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