view black.toml @ 44920:e4e7b614a848 stable

Added tag 5.4.1 for changeset 065704cbdbdb
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 06 Jun 2020 00:51:28 +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