ruff/crates/ruff_python_formatter/src
Micha Reiser 1218bc65ed
Some checks are pending
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (release) (push) Waiting to run
CI / cargo shear (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / benchmarks (push) Blocked by required conditions
Preserve multiline implicit concatenated strings in docstring positions (#15126)
2025-01-03 10:27:14 +01:00
..
comments Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
expression Preserve multiline implicit concatenated strings in docstring positions (#15126) 2025-01-03 10:27:14 +01:00
module Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
other Fix f-string formatting in assignment statement (#14454) 2024-11-26 15:07:18 +05:30
pattern Join implicit concatenated strings when they fit on a line (#13663) 2024-10-24 11:52:22 +02:00
snapshots Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
statement Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
string Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
type_param Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
builders.rs Fix unnecessary space around power op in overlong f-string expressions (#14489) 2024-11-22 13:01:22 +01:00
cli.rs Build CommentRanges outside the parser (#11792) 2024-06-09 09:55:17 +00:00
context.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
generated.rs Normalize implicit concatenated f-string quotes per part (#13539) 2024-10-08 09:59:17 +00:00
lib.rs Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00
main.rs Formatter and parser refactoring (#7569) 2023-09-26 15:29:43 +02:00
options.rs Change default for Python version from 3.8 to 3.9 (#13896) 2024-11-20 13:11:51 +01:00
prelude.rs
preview.rs Fix typos found by codespell (#14863) 2024-12-09 09:32:12 +00:00
range.rs Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00
shared_traits.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
verbatim.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00