view pyproject.toml @ 52083:c53b6498ed1a stable

outgoing: extract changeset display in its own function This will clarify future patches.
author Felipe Resende <felipe@fcresende.dev.br>
date Fri, 25 Oct 2024 01:04:38 +0200
parents 58fe6d127a01
children d4b275587847
line wrap: on
line source

[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