ruff/crates/ruff_python_formatter/src
Victor Hugo Gomes 659ecba477
[`pylint`] Supress `PLE2510`/`2512`/`2513`/`2514`/`2515` autofix if the text contains an odd number of backslashes (#18856)
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-06-23 10:11:51 +02:00
..
comments Disallow newlines in format specifiers of single quoted f- or t-strings (#18708) 2025-06-18 14:56:15 +02:00
expression [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
module [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
other Disallow newlines in format specifiers of single quoted f- or t-strings (#18708) 2025-06-18 14:56:15 +02:00
pattern [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
snapshots Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
statement [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
string Hug closing `}` when f-string expression has a format specifier (#18704) 2025-06-17 07:39:42 +02:00
type_param [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
builders.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
cli.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
context.rs Hug closing `}` when f-string expression has a format specifier (#18704) 2025-06-17 07:39:42 +02:00
db.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generated.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
lib.rs [`pylint`] Supress `PLE2510`/`2512`/`2513`/`2514`/`2515` autofix if the text contains an odd number of backslashes (#18856) 2025-06-23 10:11:51 +02:00
main.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
options.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
prelude.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
preview.rs Don't add chaperone space after escaped quote in triple quote (#17216) 2025-04-11 10:21:47 +02:00
range.rs [ty] AST garbage collection (#18482) 2025-06-13 08:40:11 -04:00
shared_traits.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
verbatim.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00