view pyproject.toml @ 49392:34e15bbab67c stable

mergestate: action name was str Apparently the standard for them is still to use byte strings. Found while looking at something else
author Georges Racinet <georges.racinet@octobus.net>
date Tue, 19 Jul 2022 12:41:46 +0200
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