pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 03:56:23 +0100
changeset 49851 ffe8dd945f19
parent 47881 58fe6d127a01
permissions -rw-r--r--
path: simplify the implementation of `get_clone_path` We can simply use the logic from `get_unique_pull_path_obj` now.

[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