pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 05 Apr 2024 11:17:25 +0200
changeset 51578 231a92eb1936
parent 48004 58fe6d127a01
permissions -rw-r--r--
phases: more compact error handling in analyzeremotephases using an intermediate variable result in more readable code, so let us use it.

[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