view black.toml @ 44776:256d397a4a55 stable

Added tag 5.4 for changeset cf3e07d7648a
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 01 May 2020 21:47:30 +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