ruff/crates/ruff_python_literal/src
Micha Reiser 9584f613b9
Remove `allow(pedantic)` from formatter (#6549)
2023-08-14 14:02:06 +02: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 Remove `allow(pedantic)` from formatter (#6549) 2023-08-14 14:02:06 +02: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