view pyproject.toml @ 51397:e9304c39e075

annotate: limit output to range of lines
author Zeger Van de Vannet <zeger@vandevan.net>
date Wed, 14 Feb 2024 08:14:46 +0100
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