black/tests/data/preview
2023-10-04 16:42:35 -07:00
..
async_stmts.py Consistently format async statements similar to their non-async version. (#3609) 2023-03-16 13:31:27 -07:00
cantfit.py Do not wrap implicitly concatenated strings used as func args in parens (#3640) 2023-04-28 11:10:01 -07:00
comments7.py Fix comments getting removed from inside parenthesized strings (#3909) 2023-10-01 15:35:42 -07:00
dummy_implementations.py More concise formatting for dummy implementations (#3796) 2023-08-03 19:11:21 -07:00
format_unicode_escape_seq.py Format hex code in unicode escape sequences in string literals (#2916) 2023-01-22 05:21:09 -08:00
long_dict_values.py Fix an infinite recursion error exposed by #3440 (#3444) 2022-12-16 05:02:41 -08:00
long_strings__east_asian_width.py Let string splitters respect East_Asian_Width property (#3445) 2023-03-19 19:09:57 -04:00
long_strings__edge_case.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
long_strings__regression.py Do not wrap implicitly concatenated strings used as func args in parens (#3640) 2023-04-28 11:10:01 -07:00
long_strings__type_annotations.py fix indentation of line breaks in long type hints by adding parens (#3899) 2023-09-22 08:38:51 -07:00
long_strings.py Do not wrap implicitly concatenated strings used as func args in parens (#3640) 2023-04-28 11:10:01 -07:00
multiline_strings.py Improve multiline string handling (#1879) 2023-03-07 11:52:19 -08:00
no_blank_line_before_docstring.py Remove blank lines before class docstring (#3692) 2023-05-18 16:57:17 -07:00
pep_572.py Avoid removing whitespace for walrus operators within subscripts (#3823) 2023-09-08 07:37:13 -07:00
percent_precedence.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
prefer_rhs_split.py Fix typos in comments: assignement -> assignment (#3556) 2023-02-07 14:48:09 -08:00
return_annotation_brackets_string.py respect magic trailing commas in return types (#3916) 2023-10-04 16:42:35 -07:00
trailing_comma.py Actually add trailing commas to collection literals even if there are terminating comments (#3393) 2023-02-04 19:35:43 -08:00