Skip to content

Commit

Permalink
Update doc defaults for section-order (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored May 4, 2023
1 parent c2921e9 commit c0e7269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff/src/rules/isort/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ pub struct Options {
/// in the order specified.
pub forced_separate: Option<Vec<String>>,
#[option(
default = r#"[]"#,
default = r#"["future", "standard-library", "third-party", "first-party", "local-folder"]"#,
value_type = r#"list["future" | "standard-library" | "third-party" | "first-party" | "local-folder" | str]"#,
example = r#"
section-order = ["future", "standard-library", "first-party", "local-folder", "third-party"]
Expand Down

0 comments on commit c0e7269

Please sign in to comment.