pyproject.toml
author Anton Shestakov <av6@dwimlabs.net>
Wed, 31 May 2023 11:30:33 -0300
changeset 50546 2f5270af57c7
parent 48004 58fe6d127a01
permissions -rw-r--r--
debug: use InputError instead of CommandError for validating arguments

[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