Skip to content

Commit 9010daf

Browse files
committed
Fix ruff check
1 parent bd83fe9 commit 9010daf

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
@@ -104,6 +104,8 @@ pydocstyle.convention = "google"
104104
"ANN201", # Missing return type annotation for public function
105105
"PT011", # Missing `match` parameter in `pytest.raises()`
106106
"S101", # Use of assert is detected
107+
"D103", # Missing docstring in public function
108+
"PLR2004", # tests are magic
107109
]
108110

109111
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)