-
Notifications
You must be signed in to change notification settings - Fork 675
Pylint
Hugues Valois edited this page Apr 23, 2015
·
30 revisions
For PTVS 2.1, we have added support for running PyLint in PTVS.
In Solution Explorer, you'll see a command to run PyLint on your Python project node.
If you don't have PyLint installed, it will prompt you to install it into your active Python environment.
The errors reported by PyLint will appear in the Error List window. Double-click on an error and it will take you to the source code.
The following link should render the image from the wiki repository, but it doesn't work:
Here's an example [https://github.com/mikehadlow/WikiDemo/wiki/Main-Page] of a wiki repo that does the same thing (link to an image in its wiki repo) and where it works.
- Documentation on docs.microsoft.com
- PTVS Project
- Development topics
- Additional resources
- wfastcgi (on PyPI)
- Video index; note that some videos are outdated.