pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 20 Aug 2023 01:00:11 -0400
changeset 50830 f5d16c4caae2
parent 48004 58fe6d127a01
permissions -rw-r--r--
bundle: migrate `opts` to native kwargs

[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