black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 19 Jan 2021 21:48:43 +0530
branchstable
changeset 46338 9da65e3cf370
parent 44147 5e84a96d865b
permissions -rw-r--r--
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