pyproject.toml
author Manuel Jacob <me@manueljacob.de>
Tue, 31 May 2022 21:16:17 +0200
changeset 49305 53e9422a9b45
parent 48004 58fe6d127a01
permissions -rw-r--r--
py3: catch FileExistsError instead of checking errno == EEXIST

[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