pyproject.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 06 Jan 2022 22:09:40 -0800
changeset 48553 3b6b43a7ace4
parent 48004 58fe6d127a01
permissions -rw-r--r--
logcmdutil: raise `StateError` when file to follow doesn't exist Differential Revision: https://phab.mercurial-scm.org/D11969

[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