diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-01-31 10:10:46 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2022-02-01 15:11:35 +0100 |
| commit | ca88caa1031c0de545d82de8d90dcae0e03651fb (patch) | |
| tree | 3b17e528d32560385c7a383d597574ab8c8310e4 /docs/releases | |
| parent | 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7 (diff) | |
Refs #33476 -- Used vertical hanging indentation for format lists with inline comments.
Lists with multiple values and comments per-line are reformatted
by Black to multiple lines with a single comment. For example:
DATE_INPUT_FORMATS =
"%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06'
]
is reformatted to the:
DATE_INPUT_FORMATS =
"%Y-%m-%d",
"%m/%d/%Y",
"%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06'
]
This reformats affected entries to multiple lines with corresponding
comments.
Diffstat (limited to 'docs/releases')
0 files changed, 0 insertions, 0 deletions
