Mercurial > hg
view black.toml @ 44703:0e99b876966a
manifest: teach treemanifest about long hashes
Differential Revision: https://phab.mercurial-scm.org/D8369
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 02 Apr 2020 15:52:10 -0400 |
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