pyproject.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 12 Oct 2021 08:55:19 -0700
changeset 48205 3fdeb657602f
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
chistedit: move event() onto state class Differential Revision: https://phab.mercurial-scm.org/D11641

[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