i've just setup default pylint linter in vscode but i do not get for example messages about docstrings. Maybe i missing also some other notifications from linter. https://code.visualstudio.com/docs/languages/python#_linting
Screnshoot from vscode documentation showing linter message
Where can i chose which messages to enable and which to disable? I've tried looking at settings without success.
Well, i found solution. Have to add args in Settings > Python ? Linting: Pylint Args https://code.visualstudio.com/docs/python/linting#_default-pylint-rules
For now I enabled all messages
--enable=all
Will experiment later
2.1m questions
2.1m answers
60 comments
57.0k users