- This plugin is no longer maintained but you can still use with Spyder 3 (see below).
- This plugin is incompatible with Spyder 4. However, auto-formatting was added to Spyder 4.2.0 (released in November 2020).
- To auto-format a file or selection in Spyder 4.2.0, you need to go to the menu
Source > Format file or selection
or press the shortcutCtrl + Alt + I
(Cmd + Alt + I
in macOS).
This is a plugin to run the Autopep8 Python linter from within the Python IDE Spyder version 3.
spyder==3 autopep8
See https://github.com/spyder-ide/spyder/wiki/User-plugins. You can only install this plugin from source and with any version of Spyder 3.
Press Shift+F8 (default) to run autopep8 on the current file or go to Source > Run autopep8 code autoformatting
.
If some text is selected, autopep8 will run on this text only.
Informations about the execution will be displayed in the statusbar.
Autopep8 preferences: