pyproject.toml
author Jason R. Coombs <jaraco@jaraco.com>
Mon, 08 Aug 2022 13:40:08 -0400
changeset 49425 35c9f0bc2648
parent 48004 58fe6d127a01
permissions -rw-r--r--
phase-shelve: Extract function for _optimized_match for re-use

[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