pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 10 Oct 2023 10:03:58 +0200
changeset 51043 8ed03f773eac
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
revlog: skip opener options to pass sparse_revlog value We can directly set the option in the config object now.

[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