black.toml
author Augie Fackler <augie@google.com>
Wed, 03 Jun 2020 11:28:57 -0400
changeset 44932 03ba7de6a8b9
parent 44147 5e84a96d865b
permissions -rw-r--r--
git: add coverage for manifest.diff() so we don't regress

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