mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:25:17 +00:00
Ignore non-imperative-mood in Google docstring convention (#2900)
This commit is contained in:
parent
08e0b76587
commit
49d22d8fe2
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ impl Convention {
|
|||
Rule::MultiLineSummarySecondLine,
|
||||
Rule::SectionUnderlineNotOverIndented,
|
||||
Rule::EndsInPeriod,
|
||||
Rule::NonImperativeMood,
|
||||
Rule::DocstringStartsWithThis,
|
||||
Rule::NewLineAfterSectionName,
|
||||
Rule::DashedUnderlineAfterSection,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue