black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 01 Sep 2020 16:27:25 +0530
branchstable
changeset 45394 42202492a3b9
parent 44147 5e84a96d865b
permissions -rw-r--r--
Added signature for changeset f62bb5d07848

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