Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astral-sh/ruff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8b6b56de997db49a617b023406e65d40c433210
Choose a base ref
..
head repository: astral-sh/ruff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e58c8b60817b1740a618f5ba40612b5e1ac57083
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 crates/ruff_server/src/session/settings.rs
2 changes: 1 addition & 1 deletion crates/ruff_server/src/session/settings.rs
Original file line number Diff line number Diff line change
@@ -565,7 +565,7 @@ mod tests {
ignore: None,
exclude: None,
line_length: None,
configuration_preference: ConfigurationPreference::EditorFirst,
configuration_preference: ConfigurationPreference::default(),
}
}
);