ruff/crates/ruff_python_formatter/src/other
konsti a48d16e025
Replace Formatter<PyFormatContext<'_>> with PyFormatter (#6330)
This is a refactoring to use the type alias in more places. In the
process, I had to fix and run generate.py. There are no functional
changes.
2023-08-04 10:48:58 +02:00
..
alias.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
arguments.rs Move ExprCall's NeedsParentheses impl into expr_call.rs (#6309) 2023-08-03 16:01:01 +00:00
comprehension.rs Replace Formatter<PyFormatContext<'_>> with PyFormatter (#6330) 2023-08-04 10:48:58 +02:00
decorator.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
elif_else_clause.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
except_handler_except_handler.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
identifier.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
keyword.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
match_case.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
mod.rs Add formatter support for call and class definition Arguments (#6274) 2023-08-02 11:54:22 -04:00
parameter.rs Rename Parameter#arg and ParameterWithDefault#def fields (#6255) 2023-08-01 14:28:34 -04:00
parameter_with_default.rs Rename Parameter#arg and ParameterWithDefault#def fields (#6255) 2023-08-01 14:28:34 -04:00
parameters.rs Replace Formatter<PyFormatContext<'_>> with PyFormatter (#6330) 2023-08-04 10:48:58 +02:00
with_item.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00