pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 05 Feb 2023 08:37:33 +0100
changeset 50015 e86262dd903e
parent 48004 58fe6d127a01
permissions -rw-r--r--
largefiles: use `hacky_extension_update_file` in `openlfdirstate` This is what the function is meant for.

[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