pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 17 May 2022 16:59:31 +0100
changeset 49323 c8acaaa99210
parent 48004 58fe6d127a01
permissions -rw-r--r--
bundlespec: fix lack of title in a evolve tests This is a full new test case and should be "flagged" as such.

[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