black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 11 Feb 2021 20:36:46 -0800
changeset 46494 d67732a4b58a
parent 46455 5be886200eb6
permissions -rw-r--r--
branching: 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