You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
317 B
8 lines
317 B
# pep8 plugin |
|
|
|
This plugin adds completion for [pep8](https://pep8.readthedocs.io/en/release-1.7.x/#), a tool to check your Python code against some of the style conventions in [PEP 8](http://www.python.org/dev/peps/pep-0008/). |
|
|
|
To use it, add pep8 to the plugins array of your zshrc file: |
|
``` |
|
plugins=(... pep8) |
|
```
|
|
|