view pyproject.toml @ 48031:5b89626c11e9

errors: use InputError for bad --similarity value Differential Revision: https://phab.mercurial-scm.org/D11497
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 23 Sep 2021 09:40:01 -0700
parents 58fe6d127a01
children
line wrap: on
line source

[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