pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 21 Aug 2023 17:14:18 -0400
changeset 50952 45381a1dd367
parent 48004 58fe6d127a01
permissions -rw-r--r--
debugformat: 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