Top "Autopep8" questions

autopep8 automatically formats Python code to conform to the PEP 8 style guide.

How do you format python code in Visual Studio Code?

Opened a ticket with AutoPep8, but when I installed the autopep8 extension, it doesn't seem to find the module. When …

python formatting visual-studio-code autopep8
VS Code Python autopep8 does not honor 2 spaces hanging indentation

I'm trying to get autopep8 work to properly indent Python code with 2 spaces instead of 4. I'm using VS Code with …

python visual-studio-code autopep8
Atom editor : autopep8 is not working and no error message at all

I install autopop8 in Atom. I got NO error message. Console in developer tools is just clean no error or …

python atom-editor autopep8
Allow statements before imports with Visual Studio Code and autopep8

I'm using Visual Studio Code with the Python plugin and autopep8 with: "editor.formatOnSave": true I have local packages I …

python visual-studio-code vscode-settings autopep8
How to make pylint, flake8 or pycodestyle to automatically correct errors?

I have properly installed all of the aforementioned modules on a VM I use on Ubuntu 18.04. When running either of …

pylint flake8 autopep8 pycodestyle