pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 13 May 2022 15:48:53 +0200
changeset 49220 a17ffde1e71b
parent 47881 58fe6d127a01
permissions -rw-r--r--
ci: have rust-cargo-test inherit from all This help changing configuration for everything at the same time. This was initially the case before being dropped by mistake in 0ddd5e1f5f67.

[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