black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 25 Jul 2020 15:55:09 +0200
changeset 45324 6c56277317c2
parent 44147 5e84a96d865b
permissions -rw-r--r--
commitctx: directly pass a ChangingFiles object to changelog.add We pass the rich object to the changelog and it read the field it needs.

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true