pyproject.toml
author Anton Shestakov <av6@dwimlabs.net>
Wed, 31 May 2023 12:00:21 -0300
changeset 50547 003418163195
parent 48004 58fe6d127a01
permissions -rw-r--r--
debug: slightly improve wording on the InputErrors from the previous patch

[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