79475372

Date: 2025-02-28 11:31:57
Score: 2
Natty:
Report link

Creating .pylintrc only doesn't work for me, so you need to tell VSCode that the .pylintrc is located in your root project folder:

[MESSAGES CONTROL]
disable=C0103
{
  "python.linting.pylintArgs": [
    "--rcfile=./.pylintrc"
  ]
}
Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Muhammad Ikhwan Perwira