Vitor Araújo
Vitor Araújo
For the dev/env vscode, we can create some settings.json rules like: [autodocstring ext](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring) ```json ${HOME}/.config/Code\ -\ Insiders/User/settings.json { "autoDocstring.docstringFormat": "google", "autoDocstring.includeName": true, "autoDocstring.includeExtendedSummary": true, "autoDocstring.startOnNewLine": false, "python.linting.flake8Enabled": true, "python.linting.pydocstyleEnabled": true,...
Great idea!! i'll check with @Riverfount before...