view pyproject.toml @ 49207:8960d8eb747b

filelog: show the passed argument on error The error now do more than stating what it need. It also state what it got.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 06 Apr 2021 03:24:26 +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