view black.toml @ 45799:a3b1a6194ed9 stable

Added tag 5.6 for changeset 18c17d63fdab
author Augie Fackler <raf@durin42.com>
date Mon, 02 Nov 2020 14:26:18 -0500
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