ruff/crates/ruff_python_formatter/tests
konsti 67b043482a
Use pass over ellipsis in non-function/class contexts (#8049)
Split out of #8044: In preview style, ellipsis are also collapsed in
non-stub files. This should only affect function/class contexts since
for other statements stub are generally not used. I've updated our tests
to use `pass` instead to reflect this, which makes tracking the preview
style changes much easier.
2023-10-19 11:11:17 +02:00
..
snapshots Use pass over ellipsis in non-function/class contexts (#8049) 2023-10-19 11:11:17 +02:00
fixtures.rs Formatter and parser refactoring (#7569) 2023-09-26 15:29:43 +02:00