pyproject.toml
author Anton Shestakov <av6@dwimlabs.net>
Mon, 02 May 2022 16:27:14 +0400
changeset 49189 237855525f64
parent 48004 58fe6d127a01
permissions -rw-r--r--
tests: make sure .js files stay in ASCII encoding (issue6559) Differential Revision: https://phab.mercurial-scm.org/D12620

[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