pyproject.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 27 Mar 2024 17:29:48 +0000
changeset 51554 a151fd01e98c
parent 48004 58fe6d127a01
permissions -rw-r--r--
postincoming: move to cmdutil This looks like a good place for it to live.

[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