pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 26 Feb 2024 13:41:02 +0100
changeset 51444 c3f2a9b55f59
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust-index: stop calling `with_offset` in the tests We are not adding any data, so why are we setting any offset?

[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