pyproject.toml
author Manuel Jacob <me@manueljacob.de>
Tue, 31 May 2022 03:39:42 +0200
changeset 49301 c463f45fa114
parent 48004 58fe6d127a01
permissions -rw-r--r--
py3: stop catching TypeError that was raised on Python 2

[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