How to use pep8 in Vscode?

Asked

Viewed 1,063 times

0

I added the extension to the file Settings.json, but when compiling it does not show the errors in the default it should, how can I add PEP8 and test in vscode?

  • 1

    Go to the extension settings in python.formatting.provider set to autopep8.

1 answer

1


Go to the extension settings and search by config python.formatting.provider then set the value to autopep8, see below:

config extensão

See on documentation of Visual Studio Code.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.