pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 20 Mar 2023 11:09:03 +0100
branchstable
changeset 50344 6487737e0f00
parent 48004 58fe6d127a01
permissions -rw-r--r--
revlog: test that pending hooks properly see the repository on split This seems important to explicitly cover this case before changing the code.

[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