view pyproject.toml @ 50526:4fd2f7ab4177

stabletailgraph: clarify excl part size computation
author pacien <pacien.trangirard@pacien.net>
date Mon, 22 May 2023 19:04:05 +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