view pyproject.toml @ 49432:b4535c88a05b

phase-shelve: also capture the state of shelve prior to unshelve
author Jason R. Coombs <jaraco@jaraco.com>
date Wed, 17 Aug 2022 12:03:55 -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