black.toml
author Augie Fackler <augie@google.com>
Mon, 03 Feb 2020 11:51:52 -0500
changeset 44302 15eb90965a00
parent 44232 5e84a96d865b
permissions -rw-r--r--
merge with stable

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