pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 09 Nov 2022 23:28:01 -0500
branchstable
changeset 49581 04f1dba53c96
parent 48004 58fe6d127a01
permissions -rw-r--r--
rust: create wrapper struct to reduce `regex` contention issues Explanations inline.

[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