This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fe7d965334
ruff
/
crates
/
ruff_python_ast
History
Micha Reiser
fe7d965334
Reduce `Result<Tok, LexicalError>` size by using `Box<str>` instead of `String` (
#9885
)
2024-02-08 20:36:22 +00:00
..
src
Reduce `Result<Tok, LexicalError>` size by using `Box<str>` instead of `String` (
#9885
)
2024-02-08 20:36:22 +00:00
tests
Remove type parameter from `parse_*` methods (
#9466
)
2024-01-11 19:41:19 +01:00
Cargo.toml
Use Rust 1.76 (
#9897
)
2024-02-08 18:20:08 +00:00