mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-09 13:18:18 +00:00
Fix example syntax for pydocstyle ignore_var_parameters option (#17740)
Co-authored-by: Brendan Cooley <brendanc@ladodgers.com>
This commit is contained in:
parent
a7c358ab5c
commit
5679bf00bc
1 changed files with 1 additions and 1 deletions
|
@ -3118,7 +3118,7 @@ pub struct PydocstyleOptions {
|
|||
default = r#"false"#,
|
||||
value_type = "bool",
|
||||
example = r#"
|
||||
ignore_var_parameters = true
|
||||
ignore-var-parameters = true
|
||||
"#
|
||||
)]
|
||||
pub ignore_var_parameters: Option<bool>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue