Skip to content

Commit b91a207

Browse files
committed
chore: Add ruff ignore D415
1 parent 56d499c commit b91a207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ignore = [
2525
"D200", # One-line docstring should fit on one line
2626
"D205", # Ruff: 1 blank line required between summary line and description
2727
"D212", # Multi-line docstring summary should start at the first line
28+
"D415", # First line should end with a period, question mark, or exclamation point
2829
"E501", # Line too long
2930
]
3031
fixable = [

0 commit comments

Comments
 (0)