my xfce4 dotfiles
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

3 years ago
  1. # pep8 plugin
  2. 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/).
  3. To use it, add pep8 to the plugins array of your zshrc file:
  4. ```
  5. plugins=(... pep8)
  6. ```