Improve docstrings for services and processors (#2087)

This commit is contained in:
Mark Backman
2025-06-28 13:39:45 -04:00
committed by GitHub
parent e1b0db75eb
commit 0ecfa827e6
117 changed files with 5136 additions and 862 deletions

View File

@@ -123,8 +123,9 @@ select = [
"D", # Docstring rules
"I", # Import rules
]
# Ignore requirement for __init__ docstrings
ignore = ["D107"]
[tool.ruff.lint.per-file-ignores]
"**/__init__.py" = ["D104"]
[tool.ruff.lint.pydocstyle]
convention = "google"