view pyproject.toml @ 49454:34dddc5d2e2f

shelve: in test for trailing whitespace, strip commit (issue6735)
author Jason R. Coombs <jaraco@jaraco.com>
date Wed, 17 Aug 2022 10:17:15 -0400
parents 58fe6d127a01
children d4b275587847
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