pyproject.toml
author Pierre-Yves DAVID <pierre-yves.david@octobus.net>
Sat, 04 Jun 2022 18:58:07 +0200
changeset 49460 3c026138f234
parent 48004 58fe6d127a01
permissions -rw-r--r--
compare-disco: display a header by default This help us to understand the output. (the code is hacky, but this is a quicky and dirty debug script)

[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