black.toml
author Antoine Cezar <antoine.cezar@octobus.net>
Wed, 29 Jul 2020 10:21:17 +0200
changeset 45384 5fe25f8ef5d9
parent 44232 5e84a96d865b
permissions -rw-r--r--
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand Differential Revision: https://phab.mercurial-scm.org/D8868

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