Update: 2024-10-31

This commit is contained in:
2024-10-31 21:01:09 +02:00
parent 814425e4b7
commit 1f6468b827
9 changed files with 82 additions and 53 deletions

View File

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