view black.toml @ 46339:8814c0d20245 stable

Added tag 5.7rc0 for changeset 9da65e3cf370
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 19 Jan 2021 22:37:09 +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