pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 17 Aug 2022 02:43:44 +0200
changeset 49424 360c156e1f81
parent 48004 58fe6d127a01
permissions -rw-r--r--
obsstore: break the repo → obstore → repo loop This should help the garbage collector to do its job. On repository with many markers, the memory pressure from the obsstore can get quite serious.

[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