pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 21 May 2023 03:21:00 +0200
changeset 50516 43ed1f12b00a
parent 48004 58fe6d127a01
permissions -rw-r--r--
stream-clone: yield cache entry in `_entries_walk` too The new function now cover the same ground as _v2_walk.

[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