view black.toml @ 45139:383b8c77096d

phabupdate: allow revisions to be commandeered Differential Revision: https://phab.mercurial-scm.org/D8755
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 15 Jul 2020 14:14:58 -0400
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