pyproject.toml
author Jason R. Coombs <jaraco@jaraco.com>
Mon, 15 Aug 2022 10:26:01 -0400
changeset 49453 ffb130cd3f27
parent 48004 58fe6d127a01
permissions -rw-r--r--
shelve: demonstrate that the state is different across platforms (issue6735)

[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