pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 06 Jul 2023 12:17:20 +0200
changeset 50768 067edf5083a1
parent 48004 58fe6d127a01
child 52003 d4b275587847
permissions -rw-r--r--
rhg: use default configitem in `cat` Now that we've declared the items, we can get rid of the manual fallback.

[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