view pyproject.toml @ 49795:f1e820cda2f5

typing: add type hints related to message output in mercurial/ui.py This will shake loose some bytes vs str issues in the doc checker.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 10 Dec 2022 14:44:46 -0500
parents 58fe6d127a01
children
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