This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
mirror of
https://github.com/astral-sh/ruff.git
synced
2025-08-28 22:34:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
fe7d965334
ruff
/
crates
/
ruff_python_parser
History
Download ZIP
Download TAR.GZ
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
build.rs
Pull in RustPython parser (
#6099
)
2023-07-27 09:29:11 +00:00
Cargo.toml
Make all dependencies workspace dependencies (
#9333
)
2024-01-02 13:41:59 +00:00