pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 10 Oct 2023 11:36:23 +0200
changeset 51064 81f3877372c3
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
revlog: remove legacy usage of `_compute_rank` All core code is now getting the setting from the DeltaConfig 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