black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 11 Jul 2020 00:31:21 +0530
changeset 45071 196ba4d4eb86
parent 44147 5e84a96d865b
permissions -rw-r--r--
tests: update test-devel-warnings.t output with chg

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