black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 15 Sep 2020 10:49:50 +0200
changeset 45637 9003e6524f78
parent 44232 5e84a96d865b
permissions -rw-r--r--
changing-files: drop the now useless changelogrevision argument Since all filename are now included in the sidedata block, we no longer need to decode the `files` from the revision. Differential Revision: https://phab.mercurial-scm.org/D9091

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