pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 29 Sep 2021 01:23:10 +0200
changeset 48112 fabf687df0ff
parent 48004 58fe6d127a01
permissions -rw-r--r--
dirstate-item: update the attribute documentation It was very outdated. We are about to change these attribute so we should has well have them documented so that the change get easier to grasp.

[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