Skip to content

Commit

Permalink
Remove exclude suggestion to use extend-exclude in `tool.ruff.for…
Browse files Browse the repository at this point in the history
…mat` config docs
  • Loading branch information
Giuzzilla committed Oct 28, 2023
1 parent 7b4b004 commit 478cf9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions crates/ruff_workspace/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2613,9 +2613,6 @@ pub struct FormatOptions {
/// (e.g., the directory containing your `pyproject.toml`).
///
/// For more information on the glob syntax, refer to the [`globset` documentation](https://docs.rs/globset/latest/globset/#syntax).
///
/// Note that you'll typically want to use
/// [`extend-exclude`](#extend-exclude) to modify the excluded paths.
#[option(
default = r#"[]"#,
value_type = "list[str]",
Expand Down
2 changes: 1 addition & 1 deletion ruff.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 478cf9a

Please sign in to comment.