view black.toml @ 45439:fbc373b7cbc3

rhg: fix `clippy` warnings Differential Revision: https://phab.mercurial-scm.org/D8955
author Antoine Cezar <antoine.cezar@octobus.net>
date Thu, 13 Aug 2020 16:36:42 +0200
parents 5e84a96d865b
children
line wrap: on
line source

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