pyproject.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 04 May 2023 14:17:19 +0200
branchstable
changeset 50454 242eba6d3d8a
parent 48004 58fe6d127a01
permissions -rw-r--r--
Added tag 6.4.3 for changeset fc445f8abcf9

[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