ruff/crates/ruff_python_formatter/src/other
konsti 787e2fd49d
Format import statements (#5493)
## Summary

Format import statements in all their variants. Specifically, this
implemented formatting `StmtImport`, `StmtImportFrom` and `Alias`.

## Test Plan

I added some custom snapshots, even though this has been covered well by
black's tests.
2023-07-04 07:07:20 +00:00
..
alias.rs Format import statements (#5493) 2023-07-04 07:07:20 +00:00
arg.rs Format Identifier (#5255) 2023-06-21 17:35:37 +02:00
arg_with_default.rs Fix ArgWithDefault comments handling (#5204) 2023-06-20 20:48:07 +00:00
arguments.rs Format function argument separator comments (#5211) 2023-06-21 17:56:47 +00:00
comprehension.rs Replace verbatim text with NOT_YET_IMPLEMENTED (#4904) 2023-06-07 14:57:25 +02:00
decorator.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
except_handler_except_handler.rs format StmtTryStar (#5418) 2023-06-29 08:07:33 +02:00
identifier.rs Format Identifier (#5255) 2023-06-21 17:35:37 +02:00
keyword.rs Format call expressions (without call chaining) (#5341) 2023-06-27 09:29:40 +00:00
match_case.rs Replace verbatim text with NOT_YET_IMPLEMENTED (#4904) 2023-06-07 14:57:25 +02:00
mod.rs Format Identifier (#5255) 2023-06-21 17:35:37 +02:00
type_ignore_type_ignore.rs Replace verbatim text with NOT_YET_IMPLEMENTED (#4904) 2023-06-07 14:57:25 +02:00
with_item.rs format StmtWith (#5350) 2023-06-26 15:09:06 +01:00