79815385

Date: 2025-11-10 09:10:26
Score: 1
Natty:
Report link

As per the official Pylint extension (version 2025.2) for VS Code 1.105, you will need to add an argument to Pylint's Args list. You can do so in the UI preferences or their corresponding JSON setting as in the following examples (where I have other arguments already):

UI settings example

JSON settings example


Likewise to add more modules, append to the same argument:
--generated-members=torch.* cv2.* etc.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vadrif Draco