pyproject.toml
author Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 15:53:01 +0200
changeset 49295 7d9a45c7517f
parent 48004 58fe6d127a01
permissions -rw-r--r--
py3: remove hack that removed flush argument from print() calls 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