view pyproject.toml @ 50450:608a69d5d38f

heptapod-ci: display python version it will be useful to debug in the CI
author Axel Prel <axel.prel@xcg-consulting.fr>
date Fri, 07 Apr 2023 14:23:12 +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