view pyproject.toml @ 50067:059910ac7b76

rollback: display some graphlog before/after a test piece This make the situation clearer.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 15 Feb 2023 20:48:51 +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