pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 21 Aug 2023 17:16:43 -0400
changeset 50954 1cfc49e342c3
parent 48004 58fe6d127a01
permissions -rw-r--r--
debugindexdot: 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