A plugin to run the autopep8 python linter from within the spyder editor
Project description
Description
This is a plugin to run the autopep8 python linter from within spyder editor.
Requirements
spyder autopep8
Install instructions
pip install spyder.autopep8
Usage
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.