Skip to content

Commit

Permalink
feat: ignore D205 1 blank line lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Dec 24, 2024
1 parent f1e4220 commit e965403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ ignore = [
"W291", # Trailing whitespace
"D10", # Missing docstring in public module / function / etc.
"D200", # One-line docstring should fit on one line with quotes
"D205", # 1 blank line required between summary line and description
"D212", # Multi-line docstring summary should start at the first line
"D417", # require documentation for every function parameter.
"D401", # require an imperative mood for all docstrings.
Expand Down

0 comments on commit e965403

Please sign in to comment.