view black.toml @ 43351:cb0d80831ee0 stable

contrib: fix up example fix configuration for our move to released black
author Augie Fackler <augie@google.com>
date Wed, 30 Oct 2019 16:17:39 -0400
parents daa3b58906d5
children 2247bf3cec76
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/
'''
skip-string-normalization = true
quiet = true