black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 26 May 2020 08:07:24 -0700
changeset 44852 fd3b94f1712d
parent 44147 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