view black.toml @ 45393:ce131084c976 stable

Added tag 5.5.1 for changeset f62bb5d07848
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 01 Sep 2020 16:27:18 +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