Skip to content

Commit c0e7269

Browse files
Update doc defaults for section-order (#4232)
1 parent c2921e9 commit c0e7269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff/src/rules/isort/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pub struct Options {
272272
/// in the order specified.
273273
pub forced_separate: Option<Vec<String>>,
274274
#[option(
275-
default = r#"[]"#,
275+
default = r#"["future", "standard-library", "third-party", "first-party", "local-folder"]"#,
276276
value_type = r#"list["future" | "standard-library" | "third-party" | "first-party" | "local-folder" | str]"#,
277277
example = r#"
278278
section-order = ["future", "standard-library", "first-party", "local-folder", "third-party"]

0 commit comments

Comments
 (0)