pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 10 Oct 2023 11:33:33 +0200
changeset 51063 533d6943f6a3
parent 48004 58fe6d127a01
permissions -rw-r--r--
revlog: remove legacy usage of `_srmingapsize` All core code is now getting the setting from the DataConfig object.

[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