microsoft / vscode-pylint

Linting support for python using the pylint library.
https://marketplace.visualstudio.com/items?itemName=ms-python.pylint
MIT License
70 stars 34 forks source link

Pylint arguments are not working #530

Closed Nuho-ZubaedSalam closed 6 months ago

Nuho-ZubaedSalam commented 6 months ago

Hi everyone, I'm having anissue with Pylint. Unfortunately when I put the following instructions in my settings.json file, the instructions aren't recognised and whenever I hover over them with my mouse, a pop-up saying Unknown Configuration Setting appears.

Screenshot 2024-03-14 213030

Can anyone help me with fixing this? A huge hanks to everyone who does :)

karthiknadig commented 6 months ago

@Nuho-ZubaedSalam Use pylint.args , python.linting.args is deprecated.

Nuho-ZubaedSalam commented 6 months ago

Thank you very much. You're a life saver. ;)