Linting


Linters available in VS Code


Example using Flake8

Example using Flake8

Flake8 found several code style errors in a small program that


Turn on Flake8 in VS Code

Turn on Flake8 in VS Code

Flake8 is applied when you save a file and the result shows up in the Problem terminal.

Interested in code style? Look up the pep8 code guide by the inventor of Python.

Home