..
attribute_access_on_number_literals.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
beginning_backslash.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
bracketmatch.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
class_blank_parentheses.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
class_methods_new_line.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
collections.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
comment_after_escaped_newline.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
comments2.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
comments3.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
comments4.py
Correct spelling mistakes ( #3599 )
2023-03-11 07:43:31 -08:00
comments5.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
comments6.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
comments8.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
comments9.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
comments_non_breaking_space.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
comments.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
composition_no_trailing_comma.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
composition.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
docstring_no_extra_empty_line_before_eof.py
Enforce empty lines before classes/functions with sticky leading comments. ( #3302 )
2022-10-25 18:03:24 -07:00
docstring_preview.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
docstring.py
Fix two docstring crashes ( #3451 )
2023-01-16 12:26:03 -08:00
empty_lines.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
expression.diff
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
expression.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtonoff2.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtonoff3.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtonoff4.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtonoff5.py
Fix a crash when a colon line is marked between # fmt: off
and # fmt: on
( #3439 )
2022-12-14 17:56:14 -08:00
fmtonoff.py
Do not add an extra blank line to an import line that has fmt disabled ( #3610 )
2023-03-17 21:39:21 -07:00
fmtpass_imports.py
Do not add an extra blank line to an import line that has fmt disabled ( #3610 )
2023-03-17 21:39:21 -07:00
fmtskip2.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtskip3.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtskip4.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtskip5.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtskip6.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtskip7.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fmtskip8.py
Fix the handling of # fmt: skip
when it's at a colon line ( #3148 )
2022-07-19 17:26:11 -04:00
fmtskip.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
fstring.py
Fix new mypy error in blib2to3 ( #3674 )
2023-05-03 08:43:20 -07:00
function2.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
function_trailing_comma.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
function.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
import_spacing.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
multiline_consecutive_open_parentheses_ignore.py
Fix a magical comment caused internal error ( #3740 )
2023-06-27 07:23:39 -07:00
one_element_subscript.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
pep_604.py
Do not add trailing commas to return type annotations using PEP 604 unions ( #3735 )
2023-06-15 17:08:26 -07:00
power_op_spacing.py
Copy over comments when hugging power ops ( #2874 )
2022-07-13 17:02:51 -07:00
prefer_rhs_split_reformatted.py
Fix typos in comments: assignement -> assignment ( #3556 )
2023-02-07 14:48:09 -08:00
remove_await_parens.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
remove_except_parens.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
remove_for_brackets.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
remove_newline_after_code_block_open.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
remove_parens.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
return_annotation_brackets.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
skip_magic_trailing_comma.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
slices.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
string_prefixes.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
torture.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
trailing_comma_optional_parens1.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
trailing_comma_optional_parens2.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
trailing_comma_optional_parens3.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
trailing_commas_in_leading_parts.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00
tricky_unicode_symbols.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
tupleassign.py
Read simple data cases automatically ( #3034 )
2022-05-08 12:27:40 -07:00
whitespace.py
Draft for Black 2023 stable style ( #3418 )
2023-01-31 15:39:56 -08:00