Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion crates/ruff_workspace/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,8 @@ pub struct Flake8ImportConventionsOptions {
pub aliases: Option<FxHashMap<ModuleName, Alias>>,

/// A mapping from module to conventional import alias. These aliases will
/// be added to the [`aliases`](#lint_flake8-import-conventions_aliases) mapping.
/// be added to the [`aliases`](#lint_flake8-import-conventions_aliases) mapping
/// and will override any existing `aliases` if the two settings overlap.
#[option(
default = r#"{}"#,
value_type = "dict[str, 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.

Loading