What's the purpose of this extension? #316
-
I am confused, VScode pylint linting is already working without this extension: so what exactly is this extension doing compared to already builtin pylint linting? |
Beta Was this translation helpful? Give feedback.
Answered by
karthiknadig
Apr 7, 2023
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tombohub
-
I'd add:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This extension will replace the pylint support in python extension. This extension offers code actions for cases that can be fix by minor adjustment to code. It also makes it easier to contribute new fixes, and ships with pylint in the box so you don't have to install pylint in every environment.
You also get enhances problem description, with links to explanations: