pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 03 Feb 2023 04:10:22 +0100
changeset 50813 335aeb3d670b
parent 47881 58fe6d127a01
permissions -rw-r--r--
wrapfunction: use sysstr instead of bytes as argument in "clonebundles" This is as valid and simpler, it will help us to eventually get ride of `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