To remove pylint (Version 2024.0.0) docstring warnings in VSCode add the the code below into the user's settings.json file.
"pylint.args": [ "\"pylint.args\": [\"--disable=C0111\", ]" ],