Update: 2024-11-29

This commit is contained in:
2024-11-29 10:13:12 +02:00
parent a0fd8d93e2
commit 41b7eb733a
15 changed files with 146 additions and 51 deletions

View File

@@ -19,7 +19,7 @@ return {
languages = {
python = {
template = {
annotation_convention = "numpydoc", -- google_docstrings, numpydoc, reST
annotation_convention = "google_docstrings", -- google_docstrings, numpydoc, reST
},
},
},