pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 05 Jan 2022 17:53:03 +0100
branchstable
changeset 48536 8537a64c4e2b
parent 48004 58fe6d127a01
permissions -rw-r--r--
Added tag 6.0.1 for changeset 799fdf4cca80

[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