mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
[flake8-builtins
] Improve A005 documentation (#15466)
This commit is contained in:
parent
dc491e8ade
commit
369cbb5424
2 changed files with 15 additions and 1 deletions
|
@ -1127,7 +1127,7 @@ pub struct Flake8BuiltinsOptions {
|
|||
#[option(
|
||||
default = r#"[]"#,
|
||||
value_type = "list[str]",
|
||||
example = "builtins-allowed-modules = [\"id\"]"
|
||||
example = "builtins-allowed-modules = [\"secrets\"]"
|
||||
)]
|
||||
/// List of builtin module names to allow.
|
||||
pub builtins_allowed_modules: Option<Vec<String>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue