This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
mirror of
https://github.com/astral-sh/ruff
synced
2026-01-21 21:40:51 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7c4aa3948b589e0ef12c982d34ba99facabdf0df
ruff
/
crates
/
ruff_python_literal
/
src
History
Charlie Marsh
0252995973
Document
FormatSpec
fields (
#6458
)
2023-08-09 18:13:29 -04:00
..
cformat.rs
Pull in RustPython parser (
#6099
)
2023-07-27 09:29:11 +00:00
char.rs
Pull in RustPython parser (
#6099
)
2023-07-27 09:29:11 +00:00
escape.rs
Pull in RustPython parser (
#6099
)
2023-07-27 09:29:11 +00:00
float.rs
Replace
.map_or(false, $closure)
with
.is_some_and(closure)
(
#6244
)
2023-08-01 19:29:42 +02:00
format.rs
Document
FormatSpec
fields (
#6458
)
2023-08-09 18:13:29 -04:00
lib.rs
Pull in RustPython parser (
#6099
)
2023-07-27 09:29:11 +00:00