pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 09 Jan 2023 18:25:24 +0100
changeset 49922 b6dc4802e7ef
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
rust: don't use a reference to a `Cow` This was caught by `clippy`.

[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