Skip to content

A plugin to run the autopep8 python linter from within the spyder editor.

License

Notifications You must be signed in to change notification settings

blink1073/spyder_autopep8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spyder_autopep8

Description

This is a plugin to run the autopep8 python linter from within spyder editor.

Install instructions

Put the files p_autopep8.py and images/autopep8.png in the directory spyderplugins/ from the spyder installation.

For example on Linux this should be /usr/lib/python2.7/dist-packages/spyderplugins/ or equivalent.

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.

About

A plugin to run the autopep8 python linter from within the spyder editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%