chore: enforce docstring convention

This commit is contained in:
Guillaume Raille
2024-12-31 10:23:48 +01:00
committed by GitHub
parent 8423905ca2
commit 3fe24f9cbd

View File

@@ -82,6 +82,9 @@ ignore = [
[tool.ruff.lint.per-file-ignores]
"tests/*" = ["S101", "INP001"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.ruff]
line-length = 100