view pyproject.toml @ 51204:297fa956b6c4

rust-index: optim note for post-scaffolding removal
author Georges Racinet <georges.racinet@octobus.net>
date Wed, 27 Sep 2023 11:34:52 +0200
parents 58fe6d127a01
children
line wrap: on
line source

[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