view pyproject.toml @ 51609:fc317bd5b637 stable

fold-or-prune-me: update proposal This does the same things but with a narrower wrapping.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 02 May 2024 08:46:58 +0200
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