black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 20 Oct 2020 22:04:04 +0530
branchstable
changeset 45746 0e06a7ab9e0d
parent 44147 5e84a96d865b
permissions -rw-r--r--
merge with default for 5.6rc0

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