Setting up Python Linting and Auto-formatting in VSCode
In this tutorial, we will setup Python linting and automatic code formatting in VSCode. We will use pylint to highlight linting errors and black for auto-formatting our code on save.
Linting and auto-formatting are commonly used in Javascript project...
blog.jmswaney.com3 min read