diff --git a/crates/ruff/src/rules/pydocstyle/settings.rs b/crates/ruff/src/rules/pydocstyle/settings.rs index 84cb0c86ee..06ea894fc5 100644 --- a/crates/ruff/src/rules/pydocstyle/settings.rs +++ b/crates/ruff/src/rules/pydocstyle/settings.rs @@ -26,6 +26,7 @@ impl Convention { Rule::MultiLineSummarySecondLine, Rule::SectionUnderlineNotOverIndented, Rule::EndsInPeriod, + Rule::NonImperativeMood, Rule::DocstringStartsWithThis, Rule::NewLineAfterSectionName, Rule::DashedUnderlineAfterSection,