black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 16 Apr 2020 22:55:41 +0530
branchstable
changeset 44731 e8e08cbc03bf
parent 44147 5e84a96d865b
permissions -rw-r--r--
Added signature for changeset 26ce8e751503

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