pyproject.toml
author pacien <pacien.trangirard@pacien.net>
Fri, 28 Apr 2023 11:50:49 +0200
changeset 50461 a6522a7de594
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
stabletailgraph: omit uninteresting linear parts in test log The test uses tags for the nodes of interest. There is no need to print the linear parts which exist only to force the rank.

[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