pyproject.toml
author Zeger Van de Vannet <zeger@vandevan.net>
Wed, 14 Feb 2024 08:14:46 +0100
changeset 51397 e9304c39e075
parent 47881 58fe6d127a01
permissions -rw-r--r--
annotate: limit output to range of lines

[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