pyproject.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 15 Apr 2022 09:39:27 -0700
changeset 49091 9b5334c1e499
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
rust-repo: extract a function for checking nodemap requirement Differential Revision: https://phab.mercurial-scm.org/D12562

[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