ruff/crates/ruff_python_formatter/src/snapshots
2023-02-23 14:57:23 -05:00
..
ruff_python_formatter__tests__black_test__comment_after_escaped_newline_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__comments2_py.snap Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter__tests__black_test__comments4_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__comments6_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__comments9_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__composition_no_trailing_comma_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__composition_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__empty_lines_py.snap Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter__tests__black_test__expression_py.snap Parenthesize numbers during attribute accesses (#3189) 2023-02-23 14:57:23 -05:00
ruff_python_formatter__tests__black_test__fmtonoff2_py.snap Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter__tests__black_test__fmtonoff3_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__fmtonoff4_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__fmtonoff5_py.snap Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter__tests__black_test__fmtskip2_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__fmtskip3_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__fmtskip5_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__fmtskip6_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__fmtskip7_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__fmtskip_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__fstring_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__function2_py.snap Un-modify tupleassign and function2 tests (#3158) 2023-02-23 02:37:25 +00:00
ruff_python_formatter__tests__black_test__function_py.snap Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter__tests__black_test__function_trailing_comma_py.snap Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter__tests__black_test__remove_await_parens_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__remove_except_parens_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__remove_for_brackets_py.snap Check-in updated snapshot (#3161) 2023-02-23 03:42:27 +00:00
ruff_python_formatter__tests__black_test__remove_parens_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__return_annotation_brackets_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__skip_magic_trailing_comma_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__string_prefixes_py.snap Add support for reformatting byte strings (#3176) 2023-02-23 16:50:24 +00:00
ruff_python_formatter__tests__black_test__torture_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__trailing_comma_optional_parens1_py.snap Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter__tests__black_test__trailing_comma_optional_parens2_py.snap Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter__tests__black_test__trailing_comma_optional_parens3_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__trailing_commas_in_leading_parts_py.snap Add a trailing newline to all .py.expect files (#3156) 2023-02-23 02:29:27 +00:00
ruff_python_formatter__tests__black_test__tupleassign_py.snap Un-modify tupleassign and function2 tests (#3158) 2023-02-23 02:37:25 +00:00