view pyproject.toml @ 50740:1aba446bf8e6 stable

heptapod-ci: always make the default run condition explicit This has no effect on behavior, it's just to make everything obvious.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 04 Jul 2023 12:23: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