view pyproject.toml @ 49455:744b341782f4

shelve: remove strip and rely on prior state (issue6735)
author Jason R. Coombs <jaraco@jaraco.com>
date Wed, 24 Aug 2022 15:15:04 -0400
parents 58fe6d127a01
children
line wrap: on
line source

[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