pyproject.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Jan 2023 13:38:56 -0800
branchstable
changeset 49837 59466b13a3ae
parent 48004 58fe6d127a01
permissions -rw-r--r--
filemerge: fix crash when using filesets in [partial-merge-tools] Without this patch, you'd get `mercurial.error.ProgrammingError: fileset expression with no context`.

[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