pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 05 Apr 2024 22:47:44 +0200
changeset 51585 c11d21faa73c
parent 48004 58fe6d127a01
permissions -rw-r--r--
phases: introduce a performant efficient way to access revision in a set This will be useful in the next changesets.

[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