pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 10 Jul 2023 10:53:12 +0200
changeset 50801 ee1617c04858
parent 48004 58fe6d127a01
permissions -rw-r--r--
wrapfunction: deprecated calling "wrapfunction" with bytes This will help us to detect and eradicates legacy calls. This is on the path to deprecating `util.safehasattr`.

[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