pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Mar 2023 04:16:47 +0100
changeset 50248 2fbc109fd58a
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
narrow: read pending file when applicable Now that this is part of the transaction, this is necessary to make sure we read the right data in hooks (if any).

[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