pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Fri, 04 Mar 2022 13:33:55 +0100
changeset 48949 469b9ee336a6
parent 48004 58fe6d127a01
permissions -rw-r--r--
heptapod-ci: remove useless mentions of Python 3 Now that we don't have Python 2 jobs, we can go with shorter names. Differential Revision: https://phab.mercurial-scm.org/D12354

[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