79329220

Date: 2025-01-04 16:55:15
Score: 1
Natty:
Report link

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\", ]"
],
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29052731