pyproject.toml
author Mathias De Mare <mathias.de_mare@nokia.com>
Mon, 08 Aug 2022 17:27:49 +0200
changeset 49419 2edb41ed6c49
parent 48004 58fe6d127a01
permissions -rw-r--r--
contrib: add support for rhel9

[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