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_parser
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
Cargo.toml
Make all dependencies workspace dependencies (
#9333
)
2024-01-02 13:41:59 +00:00
build.rs
Pull in RustPython parser (
#6099
)
2023-07-27 09:29:11 +00:00