🔧 configure pydocstyle convention to google's

This commit is contained in:
Laureηt 2023-05-29 18:26:41 +02:00
parent 1d8a6bc573
commit a2f75c3888
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -56,6 +56,9 @@ select = [
"W", # pycodestyle warnings
]
[tool.ruff.pydocstyle]
convention = "google"
[tool.black]
include = '\.pyi?$'
target-version = ["py311"]