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
9425ed72a07ea28f4d0dab71e345abdba2832613
ruff
/
crates
/
ruff_python_literal
/
src
History
Harutaka Kawamura
ec8fad5b02
Extend
UP032
to support implicitly concatenated strings (
#6263
)
2023-08-02 18:56:24 +00: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
Extend
UP032
to support implicitly concatenated strings (
#6263
)
2023-08-02 18:56:24 +00:00
lib.rs
Pull in RustPython parser (
#6099
)
2023-07-27 09:29:11 +00:00