pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 29 Mar 2022 14:27:45 +0200
changeset 49067 bde2e4ef968a
parent 47881 58fe6d127a01
child 52033 d4b275587847
permissions -rw-r--r--
merge: stable into default

[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