pyproject.toml
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 20 Aug 2023 16:19:41 -0400
changeset 50877 b3ac579bde41
parent 48004 58fe6d127a01
permissions -rw-r--r--
gpg: 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