view black.toml @ 43247:599e0e62b597

widening: remove "depth" argument since it's always None Differential Revision: https://phab.mercurial-scm.org/D7097
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 11 Oct 2019 00:06:27 -0700
parents 8343070ed758
children daa3b58906d5
line wrap: on
line source

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
| hgext/fsmonitor/pywatchman/
| contrib/python-zstandard/
| contrib/grey.py
'''
skip-string-normalization = true
quiet = true