We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd83fe9 commit 9010dafCopy full SHA for 9010daf
pyproject.toml
@@ -104,6 +104,8 @@ pydocstyle.convention = "google"
104
"ANN201", # Missing return type annotation for public function
105
"PT011", # Missing `match` parameter in `pytest.raises()`
106
"S101", # Use of assert is detected
107
+ "D103", # Missing docstring in public function
108
+ "PLR2004", # tests are magic
109
]
110
111
[tool.ruff.lint.isort]
0 commit comments