view black.toml @ 45561:a36cb826b1bb stable

Added signature for changeset 07731064ac41
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 02 Oct 2020 19:19:01 +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