Mercurial > hg
view black.toml @ 45748:661f1e3b07af stable
Added signature for changeset 0e06a7ab9e0d
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 20 Oct 2020 22:06: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