view black.toml @ 45029:1fdc8cbd5fb8 stable

Added signature for changeset 0ea9c86fac89
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 01 Jul 2020 23:30:47 +0530
parents 5e84a96d865b
children
line wrap: on
line source

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