Skip to content

Commit 3e19cc3

Browse files
committed
Add ruff ignore rules
1 parent a25fa63 commit 3e19cc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ select = [
2222
]
2323

2424
ignore = [
25+
"D101", # Missing docstring in public class
26+
"D107", # Missing docstring in `__init__`
2527
"D200", # One-line docstring should fit on one line
2628
"D205", # Ruff: 1 blank line required between summary line and description
2729
"D212", # Multi-line docstring summary should start at the first line

0 commit comments

Comments
 (0)