pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 30 Aug 2023 14:38:30 +0200
changeset 50899 d28cc52e2c0f
parent 48004 58fe6d127a01
permissions -rw-r--r--
relink: use sysstr to check for attribute presence We do not need bytes here.

[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