pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 18 May 2022 10:06:43 +0100
changeset 49330 5d17dd74177d
parent 48004 58fe6d127a01
permissions -rw-r--r--
bundlespec: extract the parseparams closure It has no value being a closure. We extract it before modifying it further.

[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