DEV Community

Discussion on: Setting Up PEP8 and Pylint on VS Code

Collapse
 
tgmolinari12 profile image
MT

flake8 is a different linter entirely. If you're still looking for PEP 8 formatting, you can install autopep8 and change your "python.formatting.provider" setting to "autopep8".