pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 25 Aug 2022 05:12:25 +0200
changeset 49445 cd21f2b4226f
parent 48004 58fe6d127a01
permissions -rw-r--r--
perf: properly process formatter option in perf::unbundle Otherwise, the options are not understood.

[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