pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 23 Feb 2024 06:37:25 +0100
changeset 51424 3cee8706f53b
parent 48004 58fe6d127a01
permissions -rw-r--r--
phases: directly update the phase sets in advanceboundary This is similar to what we do in retractboundary. There is no need to invalidate the cache if we have everything at hand to update 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