FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use ruff for `Expr` unparsing by ShaharNaveh · Pull Request #6124 · RustPython/RustPython · GitHub

Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension .lock  (1) .py  (11) .rs  (3) .toml  (2) All 4 file types selected
Only manifest files
Deleted files Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git", tag = "0.1
ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0" }
ruff_python_codegen = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0" }

ahash = "0.8.11"
ascii = "1.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

Back | FazBrowse Home | New Git URL