This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1050c4e104a8735ffb254434e2ca64007a37d85e
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