]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/autopep8/README.md
02bbb9af4860d67bc09f4c33f221970708e06913
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / autopep8 / README.md
1 # autopep8 plugin
2
3 This plugin adds completion for [autopep8](https://pypi.org/project/autopep8/), a tool that automatically formats Python code to conform to the [PEP 8](http://www.python.org/dev/peps/pep-0008/) style guide.
4
5 To use it, add autopep8 to the plugins array of your zshrc file:
6 ```
7 plugins=(... autopep8)
8 ```