pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 30 Mar 2022 00:44:55 -0400
changeset 48996 54bf76d005df
parent 48004 58fe6d127a01
permissions -rw-r--r--
tests: drop some py2 specific pyflake failures Differential Revision: https://phab.mercurial-scm.org/D12422

[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