view black.toml @ 46463:95b276283b67

rhg: add support for share-safe Differential Revision: https://phab.mercurial-scm.org/D9942
author Simon Sapin <simon.sapin@octobus.net>
date Mon, 01 Feb 2021 11:41:10 +0100
parents 5be886200eb6
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