Pylint throws errors that some of files are missing docstrings. I try and add docstrings to each class, method and function but it seems that Pylint also checks that files s
Go to "settings.json" and disable python pydocstyle
pydocstyle
"python.linting.pydocstyleEnabled": false