Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Revert "Use ruff for Expr unparsing (#6124)""
This reverts commit 153d0ee.
  • Loading branch information
ShaharNaveh authored Oct 22, 2025
commit 30052d7680e988804746a8fbbc1854042a6c144d
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ rustpython-wtf8 = { path = "wtf8", version = "0.4.0" }
rustpython-doc = { git = "https://github.com/RustPython/__doc__", tag = "0.3.0", version = "0.3.0" }

ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" }
ruff_python_codegen = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" }
Expand Down
10 changes: 0 additions & 10 deletions Lib/test/test_future_stmt/badsyntax_future3.py

This file was deleted.

10 changes: 0 additions & 10 deletions Lib/test/test_future_stmt/badsyntax_future4.py

This file was deleted.

12 changes: 0 additions & 12 deletions Lib/test/test_future_stmt/badsyntax_future5.py

This file was deleted.

10 changes: 0 additions & 10 deletions Lib/test/test_future_stmt/badsyntax_future6.py

This file was deleted.

11 changes: 0 additions & 11 deletions Lib/test/test_future_stmt/badsyntax_future7.py

This file was deleted.

10 changes: 0 additions & 10 deletions Lib/test/test_future_stmt/badsyntax_future8.py

This file was deleted.

10 changes: 0 additions & 10 deletions Lib/test/test_future_stmt/badsyntax_future9.py

This file was deleted.

Loading
Loading