view pyproject.toml @ 51507:4976aacae424 stable

Added signature for changeset c9ceb4f60256
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 15 Mar 2024 10:49:44 +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