..
carriage_return
Normalize '\r' in string literals to '\n'
2023-06-30 10:13:23 +02:00
expression
Fix can_omit_optional_parentheses
for expressions with a right most fstring ( #9124 )
2023-12-14 04:58:17 +00:00
fmt_on_off
Preserve trailing semicolons when using fmt: off
( #8275 )
2023-10-30 00:22:34 +00:00
fmt_skip
Preserve trailing statement semicolons when using fmt: skip
( #8273 )
2023-10-30 00:07:14 +00:00
parentheses
Comments outside expression parentheses ( #7873 )
2023-10-19 09:24:11 +00:00
statement
Add new with
and match
sequence test cases ( #9128 )
2023-12-15 11:45:13 +09:00
stub_files
Format empty lines in stub files like black's preview style ( #7206 )
2023-09-11 08:03:59 +00:00
.editorconfig
Indent statements in suppressed ranges ( #6507 )
2023-08-15 08:00:35 +02:00
docstring.options.json
Use double quotes for all docstrings, including single-quoted docstrings ( #9020 )
2023-12-07 04:41:00 +00:00
docstring.py
Use double quotes for all docstrings, including single-quoted docstrings ( #9020 )
2023-12-07 04:41:00 +00:00
docstring_code_examples.options.json
ruff_python_formatter: implement "dynamic" line width mode for docstring code formatting ( #9098 )
2023-12-12 09:58:07 -05:00
docstring_code_examples.py
ruff_python_formatter: add test for extraneous info string text ( #9050 )
2023-12-07 19:52:14 -05:00
docstring_code_examples_crlf.options.json
format doctests in docstrings ( #8811 )
2023-11-27 11:14:55 -05:00
docstring_code_examples_crlf.py
format doctests in docstrings ( #8811 )
2023-11-27 11:14:55 -05:00
docstring_code_examples_dynamic_line_width.options.json
ruff_python_formatter: implement "dynamic" line width mode for docstring code formatting ( #9098 )
2023-12-12 09:58:07 -05:00
docstring_code_examples_dynamic_line_width.py
ruff_python_formatter: fix 'dynamic' mode with doctests ( #9129 )
2023-12-14 09:53:43 -05:00
empty_multiple_trailing_newlines.py
Fix handling of newlines in empty files ( #7473 )
2023-09-18 06:08:10 +00:00
empty_now_newline.py
Fix handling of newlines in empty files ( #7473 )
2023-09-18 06:08:10 +00:00
empty_trailing_newline.py
Fix handling of newlines in empty files ( #7473 )
2023-09-18 06:08:10 +00:00
empty_whitespace.py
Fix handling of newlines in empty files ( #7473 )
2023-09-18 06:08:10 +00:00
form_feed.py
Treat form feed as whitespace in SimpleTokenizer
( #7626 )
2023-09-25 14:34:59 +00:00
module_dangling_comment1.py
Format empty lines in stub files like black's preview style ( #7206 )
2023-09-11 08:03:59 +00:00
module_dangling_comment2.py
Format empty lines in stub files like black's preview style ( #7206 )
2023-09-11 08:03:59 +00:00
newlines.py
Insert newline after nested function or class statements ( #7946 )
2023-10-18 09:45:58 +00:00
newlines.pyi
Truncate to one empty line in stub files ( #7558 )
2023-09-21 16:24:42 -04:00
preview.options.json
Add test and basic implementation for formatter preview mode ( #8044 )
2023-10-26 15:33:26 +00:00
preview.py
Add test and basic implementation for formatter preview mode ( #8044 )
2023-10-26 15:33:26 +00:00
quote_style.options.json
Add "preserve" quote-style to mimic Black's skip-string-normalization ( #8822 )
2023-12-07 23:59:22 +00:00
quote_style.py
Add "preserve" quote-style to mimic Black's skip-string-normalization ( #8822 )
2023-12-07 23:59:22 +00:00
skip_magic_trailing_comma.options.json
Add tests for skip magic trailing comma
2023-06-26 14:15:55 +02:00
skip_magic_trailing_comma.py
Improve with
statement comment handling and expression breaking ( #6621 )
2023-08-18 03:30:38 +00:00
tab_width.options.json
Introduce IndentWidth
( #7301 )
2023-09-13 14:52:24 +02:00
tab_width.py
Introduce IndentWidth
( #7301 )
2023-09-13 14:52:24 +02:00
trailing_comments.py
Extend pragma comment cases ( #7687 )
2023-09-28 18:55:19 +00:00
trivia.py
Use pass
over ellipsis in non-function/class contexts ( #8049 )
2023-10-19 11:11:17 +02:00