define docstyle convention

This commit is contained in:
Jakub Trllo 2025-04-14 17:56:33 +02:00
parent b0ac87b7b1
commit dc6bb42013

View file

@ -84,6 +84,7 @@ target-version = "py39"
[tool.ruff.lint]
preview = true
pydocstyle.convention = "google"
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
select = ["E", "F", "W"]
ignore = []