pyproject.toml
author Manuel Jacob <me@manueljacob.de>
Tue, 31 May 2022 01:23:19 +0200
changeset 49292 33872fec41e7
parent 48004 58fe6d127a01
permissions -rw-r--r--
py3: remove conditional to import collections.abc.MutableMapping

[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